Skip to content

Commit 33b74db

Browse files
Fix bot to only put the needs-triage label when opening an issue (#3788)
1 parent 423cb47 commit 33b74db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/policies/resourceManagement.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ configuration:
289289
- if:
290290
- payloadType: Issues
291291
- and:
292-
- isOpen
292+
- isAction:
293+
action: Opened
293294
- not:
294295
and:
295296
- isAssignedToSomeone

0 commit comments

Comments
 (0)