Skip to content

Commit

Permalink
Update stale.yml (#4466)
Browse files Browse the repository at this point in the history
* Disable autoclosing of stale issues/PRs
* Limit stale bot to PRs
See also https://github.com/probot/stale#usage
  • Loading branch information
rmzelle authored and adam3smith committed Dec 20, 2019
1 parent db549dd commit a1b7386
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 14
daysUntilClose: false
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
Expand All @@ -13,6 +13,8 @@ staleLabel: waiting
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
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.
# Limit to only `issues` or `pulls`
only: pulls
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
# Limit the number of actions per hour, from 1-30. Default is 30
Expand Down

0 comments on commit a1b7386

Please sign in to comment.