Skip to content

Commit a1b7386

Browse files
rmzelleadam3smith
authored andcommitted
Update stale.yml (JabRef#4466)
* Disable autoclosing of stale issues/PRs * Limit stale bot to PRs See also https://github.com/probot/stale#usage
1 parent db549dd commit a1b7386

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/stale.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Number of days of inactivity before an issue becomes stale
22
daysUntilStale: 30
33
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 14
4+
daysUntilClose: false
55
# Issues with these labels will never be considered stale
66
exemptLabels:
77
- pinned
@@ -13,6 +13,8 @@ staleLabel: waiting
1313
# Comment to post when marking an issue as stale. Set to `false` to disable
1414
markComment: >
1515
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
1618
# Comment to post when closing a stale issue. Set to `false` to disable
1719
closeComment: false
1820
# Limit the number of actions per hour, from 1-30. Default is 30

0 commit comments

Comments
 (0)