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
pull/3905/head
Woody 2024-04-16 15:07:12 +02:00 zatwierdzone przez GitHub
rodzic b2e68db380
commit 6272969983
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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