Skip to content

Commit

Permalink
chore: run label based jobs on other events
Browse files Browse the repository at this point in the history
It seems that Github Actions is not running these jobs even once even
though the PRs are labelled at least once. This patch runs these jobs
on other related PR activity.
  • Loading branch information
hbagdi authored and dndx committed Nov 24, 2023
1 parent bf7db61 commit e1778b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pull Request Label Checker
on:
pull_request:
types: [labeled, unlabeled]
types: [opened, edited, synchronize, labeled, unlabeled]
jobs:
check-labels:
name: prevent merge labels
Expand Down

0 comments on commit e1778b9

Please sign in to comment.