Skip to content

Commit 889f6bb

Browse files
authored
Create remove-needs-triage.yml
1 parent bd6a4f5 commit 889f6bb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Remove needs-triage and needs-team-triage labels if it is assigned
2+
3+
on:
4+
issues:
5+
types: [assigned]
6+
7+
jobs:
8+
remove_label:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions-ecosystem/action-remove-labels@v1
12+
with:
13+
labels: |
14+
needs-triage
15+
needs-team-triage

0 commit comments

Comments
 (0)