File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ configuration:
16
16
- isIssue
17
17
- isOpen
18
18
- hasLabel :
19
- label : ' Needs: Author Feedback '
19
+ label : ' status:waiting-for-author-feedback '
20
20
- hasLabel :
21
21
label : no-recent-activity
22
22
- noActivitySince :
@@ -33,7 +33,7 @@ configuration:
33
33
- isIssue
34
34
- isOpen
35
35
- hasLabel :
36
- label : ' Needs: Author Feedback '
36
+ label : ' status:waiting-for-author-feedback '
37
37
- noActivitySince :
38
38
days : 4
39
39
- isNotLabeledWith :
@@ -66,12 +66,12 @@ configuration:
66
66
- isActivitySender :
67
67
issueAuthor : True
68
68
- hasLabel :
69
- label : ' Needs: Author Feedback '
69
+ label : ' status:waiting-for-author-feedback '
70
70
then :
71
71
- addLabel :
72
72
label : ' Needs: Attention :wave:'
73
73
- removeLabel :
74
- label : ' Needs: Author Feedback '
74
+ label : ' status:waiting-for-author-feedback '
75
75
description :
76
76
- if :
77
77
- payloadType : Issues
@@ -102,7 +102,7 @@ configuration:
102
102
isRegex : False
103
103
then :
104
104
- addLabel :
105
- label : ' Needs: Author Feedback '
105
+ label : ' status:waiting-for-author-feedback '
106
106
description :
107
107
- if :
108
108
- payloadType : Pull_Request
You can’t perform that action at this time.
0 commit comments