dev: run triage workflows twice daily instead
They were occasionally rate limited at once-an-hour.
Ref 3227573350
This commit is contained in:
parent
c2c6a64118
commit
ab7517c2d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/triage.yml
vendored
2
.github/workflows/triage.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Mark stale issues and lock closed threads
|
name: Mark stale issues and lock closed threads
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *' # hourly
|
- cron: '0 */12 * * *' # twice, daily
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
lock:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue