File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Number of days of inactivity before an issue becomes stale
2
2
daysUntilStale : 30
3
3
# Number of days of inactivity before a stale issue is closed
4
- daysUntilClose : 14
4
+ daysUntilClose : false
5
5
# Issues with these labels will never be considered stale
6
6
exemptLabels :
7
7
- pinned
@@ -13,6 +13,8 @@ staleLabel: waiting
13
13
# Comment to post when marking an issue as stale. Set to `false` to disable
14
14
markComment : >
15
15
This issue hasn't seen any activity in the past 30 days. It will be automatically closed if no further activity occurs in the next two weeks.
16
+ # Limit to only `issues` or `pulls`
17
+ only : pulls
16
18
# Comment to post when closing a stale issue. Set to `false` to disable
17
19
closeComment : false
18
20
# Limit the number of actions per hour, from 1-30. Default is 30
You can’t perform that action at this time.
0 commit comments