1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Exempt pull requests from stalebot

This commit is contained in:
Jeremy Stretch
2020-02-12 21:56:23 -05:00
parent 0d57cb0033
commit a08ee68033

3
.github/stale.yml vendored
View File

@ -1,5 +1,8 @@
# Configuration for Stale (https://github.com/apps/stale)
# Pull requests are exempt from being marked as stale
only: issues
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 14