Skip to content

Commit de3c344

Browse files
committed
Also allow deletions as valid changelog changes
Else this workflow fails for release PRs that only remove files from `.changie/unreleased/`
1 parent 95b28aa commit de3c344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
filters: |
2929
exists:
30-
- added|modified: '.changes/unreleased/**.yaml'
30+
- '.changes/unreleased/**.yaml'
3131
3232
- name: Fail job if changelog entry is missing and required
3333
if: steps.changelog_check.outputs.exists == 'false'

0 commit comments

Comments
 (0)