File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1616 - " shared/**/*.qll"
1717 - " !**/experimental/**"
1818 - " !ql/**"
19+ - " !rust/**"
1920 - " .github/workflows/check-change-note.yml"
2021
2122jobs :
2223 check-change-note :
23- env :
24+ env :
2425 REPO : ${{ github.repository }}
2526 PULL_REQUEST_NUMBER : ${{ github.event.number }}
2627 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3334 !contains(github.event.pull_request.labels.*.name, 'no-change-note-required')
3435 run : |
3536 change_note_files=$(gh api "repos/$REPO/pulls/$PULL_REQUEST_NUMBER/files" --paginate --jq '.[].filename | select(test("/change-notes/.*[.]md$"))')
36-
37+
3738 if [ -z "$change_note_files" ]; then
3839 echo "No change note found. Either add one, or add the 'no-change-note-required' label."
3940 exit 1
You can’t perform that action at this time.
0 commit comments