mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Stop labeling PRs with Needs-Triage (#4686)
# Objective - New PRs are labeled with Needs-Triage, but this is unhelpful and creates busy work: it's just as easy to check for unlabelled PRs, especially now that we no longer have an unlabelled backlog. Note: this is not true for issues. Issues start with at least one label based on which template they use, and so there's no good way to filter for issues that need attention from the triage team. ## Solution - Remove responsible CI tasks.
This commit is contained in:
parent
743bd30bc7
commit
d867b61688
2 changed files with 0 additions and 20 deletions
5
.github/label-config.yml
vendored
5
.github/label-config.yml
vendored
|
@ -1,5 +0,0 @@
|
|||
# Config for the label workflow
|
||||
# Schema: https://github.com/actions/labeler#create-githublabeleryml
|
||||
|
||||
S-Needs-Triage:
|
||||
- "**"
|
15
.github/workflows/label.yml
vendored
15
.github/workflows/label.yml
vendored
|
@ -1,15 +0,0 @@
|
|||
name: PR-Labeler
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/label-config.yml
|
Loading…
Reference in a new issue