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 3acc4d4 commit b2315beCopy full SHA for b2315be
1 file changed
.github/workflows/check-changelog.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
filters: |
29
exists:
30
- - added|modified: '.changes/unreleased/**.yaml'
+ - '.changes/unreleased/**.yaml'
31
32
- name: Fail job if changelog entry is missing and required
33
if: steps.changelog_check.outputs.exists == 'false'
0 commit comments