Skip to content

Commit

Permalink
include labeled and unlabled events
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed May 29, 2024
1 parent 8805e3b commit a98ea41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/all_checks_pass.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: All checks pass
on:
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
# Include labeled and unlabeled for the `changelog/no-changelog` label
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ]
jobs:
allchecks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a98ea41

Please sign in to comment.