File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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 : ' Status: No Recent Activity'
22
22
- noActivitySince :
@@ -31,7 +31,7 @@ configuration:
31
31
- isIssue
32
32
- isOpen
33
33
- hasLabel :
34
- label : ' Needs: Author Feedback '
34
+ label : ' status:waiting-for-author-feedback '
35
35
- noActivitySince :
36
36
days : 4
37
37
- isNotLabeledWith :
@@ -64,13 +64,13 @@ configuration:
64
64
- isActivitySender :
65
65
issueAuthor : True
66
66
- hasLabel :
67
- label : ' Needs: Author Feedback '
67
+ label : ' status:waiting-for-author-feedback '
68
68
- isOpen
69
69
then :
70
70
- addLabel :
71
71
label : ' Needs: Attention :wave:'
72
72
- removeLabel :
73
- label : ' Needs: Author Feedback '
73
+ label : ' status:waiting-for-author-feedback '
74
74
description :
75
75
- if :
76
76
- payloadType : Issues
You can’t perform that action at this time.
0 commit comments