Skip to content

Commit

Permalink
try updating town crier filter criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
firste committed May 31, 2024
1 parent c1406ed commit 5056335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: changelog entry
runs-on: ubuntu-latest
# skip job if label is present
if: "!contains(github.event.pull_request.labels.*.name, 'skip changelog')"
if: ! contains(github.event.pull_request.labels.*.name, 'skip changelog')
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5056335

Please sign in to comment.