1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Merge pull request #3885 from Budibase/stalebot/prevent-close

Prevent stalebot from closing issues
This commit is contained in:
Martin McKeaveney 2021-12-31 08:23:05 +00:00 committed by GitHub
commit a3b3b36f08

8
.github/stale.yml vendored
View file

@ -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 daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed # Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
daysUntilClose: 7 # 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 # Issues with these labels will never be considered stale
exemptLabels: exemptLabels:
- pinned - pinned