mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Disabled stalebot on PRs
fixes https://github.com/TryGhost/Toolbox/issues/350 - we don't want to mark PRs as stale because they might contain wonderful contributions ❤️
This commit is contained in:
parent
c11f5edc10
commit
fa25b72495
1 changed files with 1 additions and 0 deletions
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
exempt-issue-labels: 'feature,pinned'
|
||||
exempt-pr-labels: 'feature,pinned'
|
||||
days-before-stale: 120
|
||||
days-before-pr-stale: -1
|
||||
stale-issue-label: 'stale'
|
||||
stale-pr-label: 'stale'
|
||||
close-issue-reason: 'not_planned'
|
||||
|
|
Loading…
Add table
Reference in a new issue