Skip to content

Commit 2ab2b4e

Browse files
authored
Merge branch 'main' into dependabot/github_actions/dawidd6/action-download-artifact-4
2 parents 8f5fc1a + 75a4649 commit 2ab2b4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/policies/resourceManagement.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ configuration:
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:
@@ -33,7 +33,7 @@ configuration:
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:
@@ -66,12 +66,12 @@ 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'
74+
label: 'status:waiting-for-author-feedback'
7575
description:
7676
- if:
7777
- payloadType: Issues
@@ -104,7 +104,7 @@ configuration:
104104
isRegex: False
105105
then:
106106
- addLabel:
107-
label: 'Needs: Author Feedback'
107+
label: 'status:waiting-for-author-feedback'
108108
description:
109109
- if:
110110
- payloadType: Issues

0 commit comments

Comments
 (0)