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:
Pieter-Jan Briers
2024-03-24 18:19:32 +01:00
committed by GitHub
parent eff4d37e62
commit 0303e9cb36

13
.github/workflows/labeler-untriaged.yml vendored Normal file
View 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"