Update resourceManagement.yml
Craig Loewen committed
Jan 31, 2024 at 10:55 UTC
488082b8bdbf4adb5707326eda882c7bfff2e541
1 file changed
+21
-1
.github/policies/resourceManagement.yml
+21
-1
@@ -23,7 +23,27 @@ configuration:
23
- closeIssue
24
- addReply:
25
reply: >-
26
- This issue has been automatically closed since it has not had any author activity for the past **7 days**. If you're still experiencing this issue please re-open it.
26
+ This issue has been automatically closed since it has not had any author activity for the past **7 days**. If you're still experiencing this issue please re-file it as a new issue.
27
+
28
+
29
+ Thank you!
30
+ - description: Close year old issues
31
+ frequencies:
32
+ - weekday:
33
+ day: Thursday
34
+ time: 12:00
35
+ filters:
36
+ - isIssue
37
+ - isOpen
38
+ - isNotLabeledWith:
39
+ label: feature
40
+ - noActivitySince:
41
+ days: 365
42
+ actions:
43
+ - closeIssue
44
+ - addReply:
45
+ reply: >-
46
+ This issue has been automatically closed since it has not had any activity for the past **year**. If you're still experiencing this issue please re-file this as a new issue or feature request.
47
48
49
Thank you!