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:
parent
8bc723c641
commit
ed6c57e2a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
If we’ve missed reviewing your PR & you’re 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'
|
||||
|
|
Loading…
Reference in a new issue