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: Warn the authors on issues that are 'Need More Info', and have not received any activity for 1 week
12
+
frequencies:
13
+
- hourly:
14
+
hour: 1
15
+
filters:
16
+
- isOpen
17
+
- noActivitySince:
18
+
days: 7
19
+
- hasLabel:
20
+
label: Need More Info
21
+
- isNotLabeledWith:
22
+
label: DoNotClose
23
+
actions:
24
+
- addLabel:
25
+
label: Stale
26
+
- addReply:
27
+
reply: "${issueAuthor}, this issue will be closed soon due to inactivity. Please add more information to help us triage this issue."
28
+
- description: Labeling lower priority non-Feature issues that have not received any activity for 18 months as Stale
29
+
frequencies:
30
+
- hourly:
31
+
hour: 1
32
+
filters:
33
+
- isOpen
34
+
- noActivitySince:
35
+
days: 548
36
+
- isNotLabeledWith:
37
+
label: Priority - 1
38
+
- isNotLabeledWith:
39
+
label: Priority - 2
40
+
- isNotLabeledWith:
41
+
label: feature-request
42
+
- isNotLabeledWith:
43
+
label: Feature suggestion
44
+
- isNotLabeledWith:
45
+
label: Type:Feature
46
+
- isNotLabeledWith:
47
+
label: DoNotClose
48
+
actions:
49
+
- addReply:
50
+
reply: "${issueAuthor}, this issue has been labeled with Stale due to inactivity for 18 months."
51
+
- addLabel:
52
+
label: Stale
53
+
- description: Close issues marked with OkToClose
54
+
frequencies:
55
+
- hourly:
56
+
hour: 1
57
+
filters:
58
+
- isOpen
59
+
- hasLabel:
60
+
label: OkToClose
61
+
actions:
62
+
- closeIssue
63
+
- removeLabel:
64
+
label: OkToClose
65
+
- removeLabel:
66
+
label: Triaged
67
+
- addReply:
68
+
reply: "${issueAuthor}, This issue was closed after the OkToClose label was applied. If you have additional details or questions, please don't hesitate to reopen it."
0 commit comments