File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 require-changelog :
11- if : ${{ !contains(github.event.* .labels.*.name, 'skip-changelog') }}
11+ if : ${{ !contains(github.event.pull_request .labels.*.name, 'skip-changelog') }}
1212 name : Requires changelog
1313 runs-on : ubuntu-latest
1414 steps :
2727 - name : Check changelog existence
2828 if : steps.changelog-file.outputs.any_changed == 'false'
2929 run : |
30- echo( "Please include a CHANGELOG entry. You can find it at [CHANGELOG.md](https://github.com/3scale/apicast/blob/master/CHANGELOG.md)."
30+ echo "Please include a CHANGELOG entry. You can find it at [CHANGELOG.md](https://github.com/3scale/apicast/blob/master/CHANGELOG.md)."
3131 echo "Note, we hard-wrap at 80 chars and use 2 spaces after the last line."
3232 echo "If you believe this PR requires no changelog entry, label it with \"skip-changelog\"."
3333 exit 1
You can’t perform that action at this time.
0 commit comments