mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-12 22:21:32 +01:00
Reduce stale to run every 8h
Reduce stale to run every 8h Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
c25ebfcee8
commit
fd0291d794
2
.github/workflows/expired.yml
vendored
2
.github/workflows/expired.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 'Close stale issues and PRs'
|
name: 'Close stale issues and PRs'
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '* * */1 * *'
|
- cron: '0 */8 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user