You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- description: Close needs-author-feedback issue with no-recent-activity after 7 days
12
12
frequencies:
13
13
- hourly:
14
14
hour: 6
15
15
filters:
16
16
- isIssue
17
17
- isOpen
18
18
- hasLabel:
19
-
label: needs-authorfeedback
19
+
label: needs-author-feedback
20
20
- hasLabel:
21
-
label: status-no recentactivity
21
+
label: no-recent-activity
22
22
- noActivitySince:
23
-
days: 10
23
+
days: 7
24
24
actions:
25
25
- closeIssue
26
-
- description:
26
+
27
+
- description: Add no-recent-activity to issue with needs-author-feedback after 7 days
27
28
frequencies:
28
29
- hourly:
29
30
hour: 6
30
31
filters:
31
32
- isIssue
32
33
- isOpen
33
34
- hasLabel:
34
-
label: needs-authorfeedback
35
+
label: needs-author-feedback
35
36
- noActivitySince:
36
-
days: 10
37
+
days: 7
37
38
- isNotLabeledWith:
38
-
label: status-no recentactivity
39
+
label: no-recent-activity
39
40
actions:
40
41
- addLabel:
41
-
label: status-no recentactivity
42
+
label: no-recent-activity
42
43
- addReply:
43
-
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 **10 days**. It will be closed if no further activity occurs **within 10 days of this comment**.
44
-
- description:
44
+
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 **7 days**. It will be closed if no further activity occurs **within 7 days of this comment**.
45
+
46
+
- description: Close duplicates after 3 days
45
47
frequencies:
46
48
- hourly:
47
49
hour: 6
@@ -56,105 +58,92 @@ configuration:
56
58
- addReply:
57
59
reply: This issue has been marked as duplicate and has not had any activity for **3 days**. It will be closed for housekeeping purposes.
58
60
- closeIssue
59
-
- description:
60
-
frequencies: []
61
-
filters:
62
-
- isOpen
63
-
- isIssue
64
-
- noActivitySince:
65
-
days: 14
66
-
- isNotLabeledWith:
67
-
label: feature proposal
68
-
- isNotLabeledWith:
69
-
label: discussion
70
-
- isNotLabeledWith:
71
-
label: status-no recent activity
72
-
- isNotLabeledWith:
73
-
label: needs-author-feedback
74
-
- isNotLabeledWith:
75
-
label: 'needs-triage :mag:'
76
-
actions:
77
-
- addLabel:
78
-
label: 'needs-attention :wave:'
61
+
62
+
79
63
eventResponderTasks:
80
-
- if:
64
+
65
+
- description: working on it
66
+
if:
67
+
- payloadType: Pull_Request
68
+
then:
69
+
- inPrLabel:
70
+
label: 'Status: In PR'
71
+
72
+
73
+
- description: Add needs-triage to new or reopened Issue
74
+
if:
81
75
- payloadType: Issues
82
76
- or:
77
+
- isAction:
78
+
action: Opened
83
79
- isAction:
84
80
action: Reopened
85
-
- and:
86
-
- isAction:
87
-
action: Opened
88
-
- not: isLabeled
81
+
then:
82
+
- addLabel:
83
+
label: needs-triage
84
+
85
+
86
+
- description: Remove needs-triage from Closed items
87
+
if:
88
+
- payloadType: Issues
89
+
- isAction:
90
+
action: Closed
91
+
then:
92
+
- removeLabel:
93
+
label: needs-triage
94
+
95
+
96
+
description: Add needs-triage to closed item if commented on by external user
97
+
- if:
98
+
- payloadType: Issue_Comment
99
+
- not: isOpen
100
+
- not:
101
+
or:
89
102
- activitySenderHasPermission:
90
103
permission: Write
104
+
- activitySenderHasPermission:
105
+
permission: Admin
91
106
then:
92
107
- addLabel:
93
-
label: 'needs-triage :mag:'
94
-
description:
95
-
- if:
108
+
label: needs-triage
109
+
110
+
111
+
- description: Remove needs-author-feedback after comment from author and add needs-assignee-attention (if issue is assigned)
112
+
if:
96
113
- payloadType: Issue_Comment
97
114
- isAction:
98
115
action: Created
99
116
- isActivitySender:
100
117
issueAuthor: True
101
118
- hasLabel:
102
-
label: needs-authorfeedback
103
-
- isOpen
119
+
label: needs-author-feedback
120
+
- isAssignedToSomeone
104
121
then:
105
122
- addLabel:
106
-
label: 'needs-attention :wave:'
107
-
- removeLabel:
108
-
label: needs-author feedback
109
-
description:
110
-
- if:
111
-
- payloadType: Issues
112
-
- not:
113
-
isAction:
114
-
action: Closed
115
-
- hasLabel:
116
-
label: status-no recent activity
117
-
then:
123
+
label: needs-assignee-attention
118
124
- removeLabel:
119
-
label: status-no recent activity
120
-
description:
121
-
- if:
125
+
label: needs-author-feedback
126
+
127
+
128
+
- description: Remove needs-author-feedback after comment from author and add needs-triage (if issue is unassigned)
129
+
if:
122
130
- payloadType: Issue_Comment
123
-
- hasLabel:
124
-
label: status-no recent activity
125
-
then:
126
-
- removeLabel:
127
-
label: status-no recent activity
128
-
description:
129
-
- if:
130
-
- payloadType: Pull_Request
131
-
then:
132
-
- inPrLabel:
133
-
label: 'Status: In PR'
134
-
description:
135
-
- if:
136
-
- payloadType: Issues
137
131
- isAction:
138
-
action: Closed
139
-
then:
140
-
- removeLabel:
141
-
label: 'needs-triage :mag:'
142
-
description:
143
-
- if:
144
-
- payloadType: Issue_Comment
145
-
- not: isOpen
132
+
action: Created
133
+
- isActivitySender:
134
+
issueAuthor: True
146
135
- hasLabel:
147
-
label: 'needs-triage :mag:'
148
-
- or:
149
-
- activitySenderHasPermission:
150
-
permission: Write
151
-
- activitySenderHasPermission:
152
-
permission: Admin
136
+
label: needs-author-feedback
137
+
- not: isAssignedToSomeone
153
138
then:
139
+
- addLabel:
140
+
label: needs-triage
154
141
- removeLabel:
155
-
label: 'needs-triage :mag:'
156
-
description:
157
-
- if:
142
+
label: needs-author-feedback
143
+
144
+
145
+
- description: Add needs-triage to new PR
146
+
if:
158
147
- payloadType: Pull_Request
159
148
- or:
160
149
- isAction:
@@ -163,16 +152,49 @@ configuration:
163
152
action: Reopened
164
153
then:
165
154
- addLabel:
166
-
label: 'needs-triage :mag:'
167
-
description:
168
-
- if:
155
+
label: needs-triage
156
+
157
+
158
+
- description: Remove needs-author-feedback after comment from author and add needs-triage
159
+
if:
160
+
- payloadType: Issue_Comment
161
+
- isAction:
162
+
action: Created
163
+
- isActivitySender:
164
+
issueAuthor: True
165
+
- hasLabel:
166
+
label: needs-author-feedback
167
+
- isOpen
168
+
then:
169
+
- addLabel:
170
+
label: needs-triage
171
+
- removeLabel:
172
+
label: needs-author-feedback
173
+
174
+
175
+
- description: Remove no-recent-activity from issue
176
+
if:
169
177
- payloadType: Issues
178
+
- not:
179
+
isAction:
180
+
action: Closed
170
181
- hasLabel:
171
-
label: feature proposal
172
-
- and:
173
-
- isAction:
174
-
action: Opened
175
-
then: []
176
-
description:
182
+
label: no-recent-activity
183
+
then:
184
+
- removeLabel:
185
+
label: no-recent-activity
186
+
187
+
188
+
- description: Remove no-recent-activity from issue after comment
0 commit comments