Skip to content

Commit ae046fe

Browse files
authored
update author feedback label (#2750)
1 parent 59d7e37 commit ae046fe

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/policies/resourceManagement.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
id:
1+
id:
22
name: GitOps.PullRequestIssueManagement
33
description: GitOps.PullRequestIssueManagement primitive
4-
owner:
4+
owner:
55
resource: repository
66
disabled: false
7-
where:
7+
where:
88
configuration:
99
resourceManagementConfiguration:
1010
scheduledSearches:
11-
- description:
11+
- description:
1212
frequencies:
1313
- hourly:
1414
hour: 1
1515
filters:
1616
- isIssue
1717
- isOpen
1818
- hasLabel:
19-
label: 'Needs: Author Feedback'
19+
label: 'status:waiting-for-author-feedback'
2020
- hasLabel:
2121
label: no-recent-activity
2222
- noActivitySince:
@@ -25,15 +25,15 @@ configuration:
2525
label: service bug
2626
actions:
2727
- closeIssue
28-
- description:
28+
- description:
2929
frequencies:
3030
- hourly:
3131
hour: 1
3232
filters:
3333
- isIssue
3434
- isOpen
3535
- hasLabel:
36-
label: 'Needs: Author Feedback'
36+
label: 'status:waiting-for-author-feedback'
3737
- noActivitySince:
3838
days: 4
3939
- isNotLabeledWith:
@@ -43,7 +43,7 @@ configuration:
4343
label: no-recent-activity
4444
- addReply:
4545
reply: This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
46-
- description:
46+
- description:
4747
frequencies:
4848
- hourly:
4949
hour: 1
@@ -66,13 +66,13 @@ configuration:
6666
- isActivitySender:
6767
issueAuthor: True
6868
- hasLabel:
69-
label: 'Needs: Author Feedback'
69+
label: 'status:waiting-for-author-feedback'
7070
then:
7171
- addLabel:
7272
label: 'Needs: Attention :wave:'
7373
- removeLabel:
74-
label: 'Needs: Author Feedback'
75-
description:
74+
label: 'status:waiting-for-author-feedback'
75+
description:
7676
- if:
7777
- payloadType: Issues
7878
- not:
@@ -83,13 +83,13 @@ configuration:
8383
then:
8484
- removeLabel:
8585
label: no-recent-activity
86-
description:
86+
description:
8787
- if:
8888
- payloadType: Issues
8989
- labelAdded:
9090
label: service bug
9191
then: []
92-
description:
92+
description:
9393
- if:
9494
- payloadType: Issue_Comment
9595
- activitySenderHasAssociation:
@@ -102,7 +102,7 @@ configuration:
102102
isRegex: False
103103
then:
104104
- addLabel:
105-
label: 'Needs: Author Feedback'
106-
description:
107-
onFailure:
108-
onSuccess:
105+
label: 'status:waiting-for-author-feedback'
106+
description:
107+
onFailure:
108+
onSuccess:

0 commit comments

Comments
 (0)