dev: run triage workflows twice daily instead

They were occasionally rate limited at once-an-hour.

Ref 3227573350
This commit is contained in:
Henrik Lissner 2021-08-03 17:44:42 -04:00
parent c2c6a64118
commit ab7517c2d9

View file

@ -1,7 +1,7 @@
name: Mark stale issues and lock closed threads
on:
schedule:
- cron: '0 * * * *' # hourly
- cron: '0 */12 * * *' # twice, daily
jobs:
lock:
runs-on: ubuntu-latest