mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
dev: run triage workflows twice daily instead
They were occasionally rate limited at once-an-hour. Ref https://github.com/hlissner/doom-emacs/runs/3227573350
This commit is contained in:
2
.github/workflows/triage.yml
vendored
2
.github/workflows/triage.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user