mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Label PRs for all target branches (#2701)
# Objective - All new PRs should get the "S-Needs-Triage" label. But at the moment we for example are getting quite a few PRs to the new renderer branch that do not get the label. ## Solution - Remove the required target "main" from the workflow - Also removed configuration for not needed functionality of the labeler action (see [docs](https://github.com/actions/labeler#inputs))
This commit is contained in:
parent
ca54478569
commit
391d6c6cb2
1 changed files with 1 additions and 4 deletions
3
.github/workflows/label.yml
vendored
3
.github/workflows/label.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: PR-Labeler
|
||||
on:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- main
|
||||
types:
|
||||
- opened
|
||||
|
||||
|
@ -15,4 +13,3 @@ jobs:
|
|||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/label-config.yml
|
||||
sync-labels: true
|
||||
|
|
Loading…
Reference in a new issue