Set stale-pr-label & stale-issue-label to 'stale' in stale.yml

Hopefully this fixes the error messages that were thrown the last time the action was executed
This commit is contained in:
Woody 2024-04-16 15:07:12 +02:00 committed by GitHub
parent b2e68db380
commit 6272969983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ jobs:
with:
days-before-stale: 120
days-before-close: 7
stale-issue-label: 'stale'
stale-pr-label: 'stale'
exempt-issue-labels: 'pinned,keep,enhancement,confirmed'
exempt-pr-labels: 'pinned,keep,enhancement,confirmed'
exempt-all-milestones: true