mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
fix automated pr labeling (#2316)
# Objective - the PR labeler workflow will always add the `needs-traige` label to every pull request event ## Solution - Limit this workflow to only be on the `opened` event
This commit is contained in:
parent
17877e8aaa
commit
21330a7217
1 changed files with 2 additions and 0 deletions
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
|
@ -3,6 +3,8 @@ on:
|
|||
pull_request_target:
|
||||
branches:
|
||||
- main
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
|
Loading…
Reference in a new issue