Porównaj commity

..

4 Commity

Autor SHA1 Wiadomość Data
Daniel Breitlauch bfb455c993
Merge 6b85ca8f77 into 197f47befe 2024-04-21 16:36:18 +02:00
Blaž Kristan 197f47befe
Merge pull request #3905 from w00000dy/main
Set stale lable to 'stale' and increase operations-per-run in stale.yml
2024-04-16 20:31:16 +02:00
Woody 6272969983
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
2024-04-16 15:07:12 +02:00
Woody b2e68db380
Increase operations-per-run in stale.yml again 2024-04-15 22:56:38 +02:00
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -12,10 +12,12 @@ 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
operations-per-run: 150
operations-per-run: 1000
stale-issue-message: >
Hey! This issue has been open for quite some time without any new comments now.
It will be closed automatically in a week if no further activity occurs.