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.
1 parent ca83b7c commit d1be942Copy full SHA for d1be942
.github/workflows/check-change-note.yml
@@ -11,7 +11,6 @@ on:
11
- "*/ql/lib/**/*.yml"
12
- "!**/experimental/**"
13
- "!ql/**"
14
- - "!swift/**"
15
- ".github/workflows/check-change-note.yml"
16
17
jobs:
@@ -32,4 +31,4 @@ jobs:
32
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
run: |
34
gh api 'repos/${{github.repository}}/pulls/${{github.event.number}}/files' --paginate --jq '[.[].filename | select(test("/change-notes/.*[.]md$"))] | all(test("/change-notes/[0-9]{4}-[0-9]{2}-[0-9]{2}.*[.]md$") or test("/change-notes/released/[0-9]*[.][0-9]*[.][0-9]*[.]md$"))' |
35
- grep true -c
+ grep true -c
0 commit comments