We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffc7359 + 2be890d commit af860beCopy full SHA for af860be
.github/workflows/check_changelog.yml
@@ -9,4 +9,4 @@ jobs:
9
- uses: actions/checkout@v1
10
- name: Check that CHANGELOG is touched
11
run: |
12
- 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
0 commit comments