1
- id :
1
+ id :
2
2
name : GitOps.PullRequestIssueManagement
3
3
description : GitOps.PullRequestIssueManagement primitive
4
- owner :
4
+ owner :
5
5
resource : repository
6
6
disabled : false
7
- where :
7
+ where :
8
8
configuration :
9
9
resourceManagementConfiguration :
10
10
scheduledSearches :
11
- - description :
11
+ - description :
12
12
frequencies :
13
13
- hourly :
14
14
hour : 1
15
15
filters :
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 :
@@ -25,15 +25,15 @@ configuration:
25
25
label : service bug
26
26
actions :
27
27
- closeIssue
28
- - description :
28
+ - description :
29
29
frequencies :
30
30
- hourly :
31
31
hour : 1
32
32
filters :
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 :
@@ -43,7 +43,7 @@ configuration:
43
43
label : no-recent-activity
44
44
- addReply :
45
45
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**.
46
- - description :
46
+ - description :
47
47
frequencies :
48
48
- hourly :
49
49
hour : 1
@@ -66,13 +66,13 @@ 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 '
75
- description :
74
+ label : ' status:waiting-for-author-feedback '
75
+ description :
76
76
- if :
77
77
- payloadType : Issues
78
78
- not :
@@ -83,13 +83,13 @@ configuration:
83
83
then :
84
84
- removeLabel :
85
85
label : no-recent-activity
86
- description :
86
+ description :
87
87
- if :
88
88
- payloadType : Issues
89
89
- labelAdded :
90
90
label : service bug
91
91
then : []
92
- description :
92
+ description :
93
93
- if :
94
94
- payloadType : Issue_Comment
95
95
- activitySenderHasAssociation :
@@ -102,7 +102,7 @@ configuration:
102
102
isRegex : False
103
103
then :
104
104
- addLabel :
105
- label : ' Needs: Author Feedback '
106
- description :
107
- onFailure :
108
- onSuccess :
105
+ label : ' status:waiting-for-author-feedback '
106
+ description :
107
+ onFailure :
108
+ onSuccess :
0 commit comments