Merge pull request #3901 from w00000dy/main

Increase operations-per-run in stale.yml
pull/3676/head
Blaž Kristan 2024-04-14 15:47:31 +02:00 zatwierdzone przez GitHub
commit 80ebcb2c28
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 6,12,18 * * *'
- cron: '0 12 * * *'
workflow_dispatch:
jobs:
@ -15,6 +15,7 @@ jobs:
exempt-issue-labels: 'pinned,keep,enhancement,confirmed'
exempt-pr-labels: 'pinned,keep,enhancement,confirmed'
exempt-all-milestones: true
operations-per-run: 150
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.