Adds "untriaged" labeler workflow (#26392)
All new opened issues automatically get marked as "untriaged", so a maintainer can go through them properly.
This commit is contained in:
committed by
GitHub
parent
eff4d37e62
commit
0303e9cb36
13
.github/workflows/labeler-untriaged.yml
vendored
Normal file
13
.github/workflows/labeler-untriaged.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: "Labels: Untriaged"
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
add_label:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions-ecosystem/action-add-labels@v1
|
||||||
|
with:
|
||||||
|
labels: "Status: Untriaged"
|
||||||
Reference in New Issue
Block a user