mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Enabled stalebot on PRs after 1 year
- We've got a lot of stuff we didn't get to hanging around - One year seems like long enough, if we didn't get to it, it's unlikely the person who did it even remembers at that point. - If they do, re-raising a PR is better than trying to keep an old one open
This commit is contained in:
parent
fab5544217
commit
8846b97568
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
exempt-issue-labels: 'feature,pinned'
|
||||
exempt-pr-labels: 'feature,pinned'
|
||||
days-before-stale: 113
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-stale: 358
|
||||
stale-issue-label: 'stale'
|
||||
stale-pr-label: 'stale'
|
||||
close-issue-reason: 'not_planned'
|
||||
|
|
Loading…
Reference in a new issue