mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 12:53:13 +03: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
.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…
Reference in New Issue
Block a user