Skip to content

Commit 1fd1baf

Browse files
committed
Try automate more
1 parent 015d41f commit 1fd1baf

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/ranger.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@ default:
22
close:
33
delay: "3 days"
44
comment: "⚠️ This issue has been marked $LABEL and will be closed in $DELAY"
5-
5+
remind:
6+
action: label
7+
delay: 7d
8+
message: "A reminder to provide the necessary information or feedback, waiting for $DELAY days"
9+
labels:
10+
- stale
11+
12+
labels:
13+
awaiting-feedback:
14+
action: remind
15+
awaiting-info:
16+
action: remind
617
duplicate:
718
action: close
819
delay: 15s

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 90
2+
daysUntilStale: 30
33
# Number of days of inactivity before a stale issue is closed
44
daysUntilClose: 7
55
# Issues with these labels will never be considered stale

0 commit comments

Comments
 (0)