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 ce509eb + bc02f28 commit e7a349bCopy full SHA for e7a349b
.github/workflows/check-change-note.yml
@@ -19,5 +19,5 @@ jobs:
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
run: |
22
- gh api 'repos/${{github.repository}}/pulls/${{github.event.number}}/files' --paginate |
23
- jq 'any(.[].filename ; test("/change-notes/.*[.]md$"))' --exit-status
+ gh api 'repos/${{github.repository}}/pulls/${{github.event.number}}/files' --paginate --jq 'any(.[].filename ; test("/change-notes/.*[.]md$"))' |
+ grep true -c
0 commit comments