mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +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'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '* * */1 * *'
|
||||
- cron: '0 */8 * * *'
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user