Skip to content

Commit 6749214

Browse files
authored
Resolved-by-customer improvement (#47524)
1 parent 5f3514c commit 6749214

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/policies/label-issues.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ configuration:
3131
* 'needs-more-info' label removed
3232
if:
3333
- payloadType: Issues
34-
- or:
35-
34+
- or:
3635
- or:
3736
- isAction:
3837
action: Opened
3938
- isAction:
40-
action: Reopened
41-
39+
action: Reopened
4240
- labelRemoved:
4341
label: 'needs-more-info'
4442
then:
@@ -57,8 +55,7 @@ configuration:
5755
- isAction:
5856
action: Closed
5957
- isActivitySender:
60-
issueAuthor: true
61-
58+
issueAuthor: true
6259
- labelAdded:
6360
label: ':world_map: reQUEST'
6461
then:
@@ -71,7 +68,6 @@ configuration:
7168
- or:
7269
- payloadType: Issues
7370
- payloadType: Pull_Request
74-
7571
- labelAdded:
7672
label: ':world_map: mapQUEST'
7773
then:
@@ -97,8 +93,7 @@ configuration:
9793
- isAction:
9894
action: Reopened
9995
- hasLabel:
100-
label: "won't fix"
101-
96+
label: "won't fix"
10297
then:
10398
- removeLabel:
10499
label: "won't fix"
@@ -109,8 +104,7 @@ configuration:
109104
- isAction:
110105
action: Closed
111106
- hasLabel:
112-
label: 'in-progress'
113-
107+
label: 'in-progress'
114108
then:
115109
- removeLabel:
116110
label: 'in-progress'
@@ -122,7 +116,9 @@ configuration:
122116
action: Closed
123117
- isActivitySender:
124118
issueAuthor: true
125-
119+
- not:
120+
activitySenderHasAssociation:
121+
association: Member
126122
then:
127123
- addLabel:
128124
label: resolved-by-customer

0 commit comments

Comments
 (0)