Skip to content

Commit

Permalink
fix automated pr labeling (bevyengine#2316)
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
NathanSWard committed Jun 7, 2021
1 parent 17877e8 commit 21330a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
pull_request_target:
branches:
- main
types:
- opened

jobs:
label:
Expand Down

0 comments on commit 21330a7

Please sign in to comment.