Skip to content

Commit 6c6d387

Browse files
authored
update author feedback label (#601)
1 parent 96a00a3 commit 6c6d387

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/policies/resourceManagement.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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: []
@@ -16,13 +16,13 @@ configuration:
1616
- isActivitySender:
1717
issueAuthor: True
1818
- hasLabel:
19-
label: 'Needs: Author Feedback'
19+
label: 'status:waiting-for-author-feedback'
2020
then:
2121
- addLabel:
2222
label: 'Needs: Attention :wave:'
2323
- removeLabel:
24-
label: 'Needs: Author Feedback'
25-
description:
24+
label: 'status:waiting-for-author-feedback'
25+
description:
2626
- if:
2727
- payloadType: Issues
2828
- not:
@@ -33,13 +33,13 @@ configuration:
3333
then:
3434
- removeLabel:
3535
label: no-recent-activity
36-
description:
36+
description:
3737
- if:
3838
- payloadType: Issues
3939
- labelAdded:
4040
label: service bug
4141
then: []
42-
description:
42+
description:
4343
- if:
4444
- payloadType: Issue_Comment
4545
- activitySenderHasAssociation:
@@ -52,8 +52,8 @@ configuration:
5252
isRegex: False
5353
then:
5454
- addLabel:
55-
label: 'Needs: Author Feedback'
56-
description:
55+
label: 'status:waiting-for-author-feedback'
56+
description:
5757
- if:
5858
- payloadType: Issues
5959
- or:
@@ -63,6 +63,6 @@ configuration:
6363
then:
6464
- removeLabel:
6565
label: ToTriage
66-
description:
67-
onFailure:
68-
onSuccess:
66+
description:
67+
onFailure:
68+
onSuccess:

0 commit comments

Comments
 (0)