From 6ae1b73852c534f97b59a0d3987f2fe2bfbfbab1 Mon Sep 17 00:00:00 2001 From: Emruz Hossain Date: Fri, 30 Oct 2020 23:12:54 +0600 Subject: [PATCH] Change pull request name for autoprefixer workflow (#130) --- .github/workflows/autoprefixer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml index 5edad98..f706ae5 100644 --- a/.github/workflows/autoprefixer.yml +++ b/.github/workflows/autoprefixer.yml @@ -26,9 +26,9 @@ jobs: branch: autoprefixer branch-suffix: timestamp commit-message: add vendor specific css prefixes - title: "Add vendor specific CSS prefixes" + title: "Update and run autoprefixer" body: | - This PR adds vendor specific CSS prefixes using [postcss/autoprefixer](https://github.com/postcss/autoprefixer). + This PR runs [postcss/autoprefixer](https://github.com/postcss/autoprefixer) to update vendor specific CSS prefixes. >This PR has been created automatically by Github Action [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). labels: enhancement