We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12066b1 commit c4bf5c7Copy full SHA for c4bf5c7
.github/policies/issue.assign.yml
@@ -0,0 +1,24 @@
1
+name: Assign issues
2
+description: Assigns issues to team members
3
+resource: repository
4
+configuration:
5
+ resourceManagementConfiguration:
6
+ eventResponderTasks:
7
+ - description: Assign issues when marked for triage or when attention needed again
8
+ if:
9
+ - payloadType: Issues
10
+ - not:
11
+ isAssignedToSomeone
12
+ - or:
13
+ - labelAdded:
14
+ label: 'Needs: Triage (Functions)'
15
16
+ label: 'Needs: Attention :wave:'
17
+ then:
18
+ - assignIcmUsers:
19
+ teamId: 114785
20
+ primary: True
21
+ secondary: False
22
+ triggerOnOwnActions: true
23
+onFailure:
24
+onSuccess:
0 commit comments