Skip to content

Commit 3a1b2b4

Browse files
authored
Add Needs Triage tag on issue create only
1 parent 4c6411b commit 3a1b2b4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/policies/resourceManagement.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,9 @@ configuration:
9292
eventResponderTasks:
9393
- if:
9494
- payloadType: Issues
95-
- and:
96-
- isOpen
97-
- not:
98-
and:
99-
- isLabeled
100-
then:
95+
- isAction:
96+
action: Opened
97+
then:
10198
- addLabel:
10299
label: "Needs: Triage (Functions)"
103100
- if:

0 commit comments

Comments
 (0)