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 AndyZhang0707 committed Jun 21, 2024
1 parent 03b0e43 commit 9a4cbeb
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 9a4cbeb

Please sign in to comment.