mirror of
https://github.com/wled/WLED.git
synced 2025-07-12 21:36:32 +00:00
Increase operations-per-run in stale.yml
Because of this we don't need to run this action 3 times a day
This commit is contained in:
parent
d2b4d25317
commit
cd928bc586
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 'Close stale issues and PRs'
|
name: 'Close stale issues and PRs'
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 6,12,18 * * *'
|
- cron: '0 12 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -15,6 +15,7 @@ jobs:
|
|||||||
exempt-issue-labels: 'pinned,keep,enhancement,confirmed'
|
exempt-issue-labels: 'pinned,keep,enhancement,confirmed'
|
||||||
exempt-pr-labels: 'pinned,keep,enhancement,confirmed'
|
exempt-pr-labels: 'pinned,keep,enhancement,confirmed'
|
||||||
exempt-all-milestones: true
|
exempt-all-milestones: true
|
||||||
|
operations-per-run: 150
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
Hey! This issue has been open for quite some time without any new comments now.
|
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.
|
It will be closed automatically in a week if no further activity occurs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user