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:
Daniel Lockyer 2022-08-08 21:31:20 +02:00
parent c11f5edc10
commit fa25b72495
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -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'