mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 16:56:35 +00:00
Merge pull request #3905 from w00000dy/main
Set stale lable to 'stale' and increase operations-per-run in stale.yml
This commit is contained in:
commit
197f47befe
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@ -12,10 +12,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
days-before-stale: 120
|
days-before-stale: 120
|
||||||
days-before-close: 7
|
days-before-close: 7
|
||||||
|
stale-issue-label: 'stale'
|
||||||
|
stale-pr-label: 'stale'
|
||||||
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
|
operations-per-run: 1000
|
||||||
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