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:
Alice Cecile 2022-05-07 06:20:13 +00:00
parent 743bd30bc7
commit d867b61688
2 changed files with 0 additions and 20 deletions

View file

@ -1,5 +0,0 @@
# Config for the label workflow
# Schema: https://github.com/actions/labeler#create-githublabeleryml
S-Needs-Triage:
- "**"

View file

@ -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