Skip to content

Commit

Permalink
Additional Labeler Workflow Triggers (#6272)
Browse files Browse the repository at this point in the history
# About the pull request

This PR simply expands the trigger for the labeler workflow. I would
like the workflow to be required, but as is it simply blocked the merge
queue when the `label` was made into a required check.

# Changelog

No player facing changes.
  • Loading branch information
Drulikar authored May 14, 2024
1 parent efd43ec commit a0bd9c0
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, edited]
types: [opened, reopened, edited]
merge_group:
jobs:
label:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a0bd9c0

Please sign in to comment.