Skip to content

Commit

Permalink
Skip changelog tests if checkbox is checked
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbayburt committed Nov 26, 2024
1 parent 9ceea44 commit 4dc223e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
echo "See https://github.com/uyuni-project/uyuni/wiki/Contributing for a guide to writing changelogs."
exit 1
- name: Test changelog entries
if: "!contains(github.event.pull_request.body, '[x] No changelog needed')"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BZ_TOKEN: ${{ secrets.BUGZILLA_TOKEN }}
Expand Down

0 comments on commit 4dc223e

Please sign in to comment.