File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,18 @@ default:
2
2
close :
3
3
delay : " 3 days"
4
4
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
6
17
duplicate :
7
18
action : close
8
19
delay : 15s
Original file line number Diff line number Diff line change 1
1
# Number of days of inactivity before an issue becomes stale
2
- daysUntilStale : 90
2
+ daysUntilStale : 30
3
3
# Number of days of inactivity before a stale issue is closed
4
4
daysUntilClose : 7
5
5
# Issues with these labels will never be considered stale
You can’t perform that action at this time.
0 commit comments