Skip to content

Commit 5b9a4c1

Browse files
committed
ci: add triage label for new issues
1 parent 9e2bfc7 commit 5b9a4c1

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/label-triage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
triage:
2+
issues:
3+
reopen: false

.github/workflows/label-triage.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Add Triage label"
2+
on:
3+
issues:
4+
types:
5+
- reopened
6+
- opened
7+
8+
jobs:
9+
triage:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: dessant/label-actions@v3
13+
with:
14+
process-only: 'issues'
15+
config-path: '.github/label-triage.yml'

0 commit comments

Comments
 (0)