Skip to content

Commit

Permalink
Update labeler.yml (#4234)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Attempting to fix the labeler workflow to only run once per PR.
Hopefully this will stop causing it to remove the First time contributor
label!
  • Loading branch information
runleonarun authored Oct 9, 2023
1 parent 571abfc commit d4fbdbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

name: "Pull Request Labeler"
on:
- pull_request_target

pull_request_target:
types: [opened]
jobs:
triage:
permissions:
Expand Down

0 comments on commit d4fbdbe

Please sign in to comment.