Skip to content

Commit

Permalink
feat: allow maintainers to skip changelog check
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouyanpi committed Dec 3, 2024
1 parent 7e823f4 commit 74c5e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
# Enforces the update of a changelog file on every pull request
changelog:
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 74c5e6a

Please sign in to comment.