mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
8 lines
181 B
YAML
8 lines
181 B
YAML
name: Mark stale issues and lock closed threads
|
|
on:
|
|
schedule:
|
|
- cron: '0 */12 * * *' # twice, daily
|
|
jobs:
|
|
triage:
|
|
use: doomemacs/ci/.github/workflows/triage.yml@legacy
|