Update stale.yml
This commit is contained in:
parent
1092031d77
commit
fda1e87278
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -7,7 +7,7 @@
|
|||||||
name: 'Close stale issues and PRs'
|
name: 'Close stale issues and PRs'
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 1 * * *'
|
- cron: '*/5 * * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
@ -22,3 +22,4 @@ jobs:
|
|||||||
stale-issue-message: 'This issue is stale because it has been open 100 days with no activity. Remove stale label or comment or this will be closed in 1 days.'
|
stale-issue-message: 'This issue is stale because it has been open 100 days with no activity. Remove stale label or comment or this will be closed in 1 days.'
|
||||||
days-before-stale: 100
|
days-before-stale: 100
|
||||||
days-before-close: 1
|
days-before-close: 1
|
||||||
|
debug-only: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user