Skip to content

Commit

Permalink
Don't close pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacehuhn committed Oct 19, 2021
1 parent d651658 commit 860a72e
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,5 +1,5 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 90
daysUntilStale: 180
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
Expand All @@ -8,6 +8,7 @@ exemptLabels:
- bug
- translation
- feature request
- locale
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
Expand All @@ -17,3 +18,4 @@ markComment: >
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
only: issues

0 comments on commit 860a72e

Please sign in to comment.