0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Updated stale bot's issue timer

- Currently, stale bot is configured to mark issues as stale after 120 days, and close them 7 days later
- The intent is to close anything 4 months old or more, so setting the timer to 113 days means it accounts for the extra 7
This commit is contained in:
Hannah Wolfe 2024-12-04 15:38:47 +00:00
parent 8bc723c641
commit ed6c57e2a0
No known key found for this signature in database
GPG key ID: AB586C3B5AE5C037

View file

@ -21,7 +21,7 @@ jobs:
If weve missed reviewing your PR & youre still interested in working on it, please let us know. Otherwise this PR will be closed shortly, but can always be reopened later. Thank you for understanding 🙂
exempt-issue-labels: 'feature,pinned'
exempt-pr-labels: 'feature,pinned'
days-before-stale: 120
days-before-stale: 113
days-before-pr-stale: -1
stale-issue-label: 'stale'
stale-pr-label: 'stale'