Skip to content

Commit

Permalink
Maybe just merge_group?
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed May 10, 2024
1 parent 9207816 commit 89dfc57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Labeling and Verification
on:
pull_request_target:
types: [opened, synchronize, reopened, edited] # I would prefer this not to run on synchronize but otherwise it blocks merge queue if required
types: [opened, reopened, edited]
merge_group:
jobs:
label:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 89dfc57

Please sign in to comment.