Merge pull request #864 from heroku/schneems/check-changelog-fix-escaping

[changelog skip] Fix Escaping in Changelog Script
This commit is contained in:
Casey
2019-10-02 19:42:51 -07:00
committed by GitHub
+1 -1
View File
@@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@v1
- name: Check that CHANGELOG is touched
run: |
cat $GITHUB_EVENT_PATH | jq .pull_request.title | grep -i '[((changelog skip)|(ci skip))]' || git diff remotes/origin/${{ github.base_ref }} --name-only | grep CHANGELOG.md
cat $GITHUB_EVENT_PATH | jq .pull_request.title | grep -i '\[\(\(changelog skip\)\|\(ci skip\)\)\]' || git diff remotes/origin/${{ github.base_ref }} --name-only | grep CHANGELOG.md