Update stale.yml
This commit is contained in:
parent
d84e3a9cf3
commit
43b97275bc
|
|
@ -3,7 +3,7 @@ name: Mark stale issues
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# 1:30 AM on MON/THU
|
# 1:30 AM on MON/THU
|
||||||
- cron: "30 1 * * 1,4"
|
- cron: "30 1 * * 1,2,3,4"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
enable-statistics: true
|
enable-statistics: true
|
||||||
# Disable this and change the operations per run back to 30 when this goes live.
|
# Disable this and change the operations per run back to 30 when this goes live.
|
||||||
debug-only: false
|
debug-only: false
|
||||||
operations-per-run: 30
|
operations-per-run: 200
|
||||||
stale-issue-label: 'stale-issue'
|
stale-issue-label: 'stale-issue'
|
||||||
stale-pr-label: 'stale-pr'
|
stale-pr-label: 'stale-pr'
|
||||||
ascending: true
|
ascending: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue