mirror of
https://github.com/Koenkk/Z-Stack-firmware.git
synced 2025-01-17 19:31:21 +01:00
Update stale.yml
This commit is contained in:
parent
f4a0d30302
commit
5587f0486c
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -2,6 +2,7 @@ name: "Close stale issues/pull requests"
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
@ -14,3 +15,4 @@ jobs:
|
|||||||
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'
|
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'
|
||||||
days-before-stale: 30
|
days-before-stale: 30
|
||||||
days-before-close: 7
|
days-before-close: 7
|
||||||
|
operations-per-run: 500
|
||||||
|
Loading…
Reference in New Issue
Block a user