Browse Source
Merge pull request #3920 from Budibase/stalebot/prevent-close
Prevent stalebot from closing issues
pull/3929/head
Rory Powell
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
3 deletions
-
.github/stale.yml
|
|
|
@ -1,7 +1,9 @@ |
|
|
|
# Number of days of inactivity before an issue becomes stale |
|
|
|
# Configuration for probot-stale - https://github.com/probot/stale |
|
|
|
# Number of days of inactivity before an Issue or Pull Request becomes stale |
|
|
|
daysUntilStale: 60 |
|
|
|
# Number of days of inactivity before a stale issue is closed |
|
|
|
daysUntilClose: 7 |
|
|
|
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed. |
|
|
|
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. |
|
|
|
daysUntilClose: false |
|
|
|
# Issues with these labels will never be considered stale |
|
|
|
exemptLabels: |
|
|
|
- pinned |
|
|
|
|