From d3c02f0223dcd97c0b529d09dce3739733f19877 Mon Sep 17 00:00:00 2001 From: Emruz Hossain Date: Fri, 21 Aug 2020 22:34:58 +0600 Subject: [PATCH] Fix autoprefixer workflow --- .github/workflows/autoprefixer.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml index d603e3d..5edad98 100644 --- a/.github/workflows/autoprefixer.yml +++ b/.github/workflows/autoprefixer.yml @@ -4,7 +4,7 @@ on: branches: - master jobs: - createPullRequest: + autoprefixer: runs-on: ubuntu-latest steps: - name: Checkout to latest commit @@ -25,10 +25,11 @@ jobs: with: branch: autoprefixer branch-suffix: timestamp + commit-message: add vendor specific css prefixes title: "Add vendor specific CSS prefixes" - body: | + body: | This PR adds vendor specific CSS prefixes using [postcss/autoprefixer](https://github.com/postcss/autoprefixer). - + >This PR has been created automatically by Github Action [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). - labels: enhancements + labels: enhancement reviewers: hossainemruz