Skip to content

Commit 6c11aca

Browse files
authored
update author feedback label (#711)
1 parent e9f2cc5 commit 6c11aca

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/policies/resourceManagement.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
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: 6
1515
filters:
1616
- isIssue
1717
- isOpen
1818
- hasLabel:
19-
label: Needs author feedback
19+
label: status:waiting-for-author-feedback
2020
- hasLabel:
2121
label: Status no recent activity
2222
- noActivitySince:
2323
days: 3
2424
actions:
2525
- closeIssue
26-
- description:
26+
- description:
2727
frequencies:
2828
- hourly:
2929
hour: 6
3030
filters:
3131
- isIssue
3232
- isOpen
3333
- hasLabel:
34-
label: Needs author feedback
34+
label: status:waiting-for-author-feedback
3535
- noActivitySince:
3636
days: 4
3737
- isNotLabeledWith:
@@ -41,7 +41,7 @@ configuration:
4141
label: Status no recent activity
4242
- addReply:
4343
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**.
44-
- description:
44+
- description:
4545
frequencies:
4646
- hourly:
4747
hour: 6
@@ -64,14 +64,14 @@ configuration:
6464
- isActivitySender:
6565
issueAuthor: True
6666
- hasLabel:
67-
label: Needs author feedback
67+
label: status:waiting-for-author-feedback
6868
- isOpen
6969
then:
7070
- addLabel:
7171
label: 'Needs Attention :wave:'
7272
- removeLabel:
73-
label: Needs author feedback
74-
description:
73+
label: status:waiting-for-author-feedback
74+
description:
7575
- if:
7676
- payloadType: Issues
7777
- not:
@@ -82,14 +82,14 @@ configuration:
8282
then:
8383
- removeLabel:
8484
label: Status no recent activity
85-
description:
85+
description:
8686
- if:
8787
- payloadType: Issue_Comment
8888
- hasLabel:
8989
label: Status no recent activity
9090
then:
9191
- removeLabel:
9292
label: Status no recent activity
93-
description:
94-
onFailure:
95-
onSuccess:
93+
description:
94+
onFailure:
95+
onSuccess:

0 commit comments

Comments
 (0)