Skip to content

Commit

Permalink
Also allow deletions as valid changelog changes
Browse files Browse the repository at this point in the history
Else this workflow fails for release PRs that only remove files from
`.changie/unreleased`
  • Loading branch information
dbanck committed Jul 15, 2024
1 parent 3acc4d4 commit b2315be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
filters: |
exists:
- added|modified: '.changes/unreleased/**.yaml'
- '.changes/unreleased/**.yaml'
- name: Fail job if changelog entry is missing and required
if: steps.changelog_check.outputs.exists == 'false'
Expand Down

0 comments on commit b2315be

Please sign in to comment.