mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-08 23:08:09 -05:00
10 lines
164 B
YAML
10 lines
164 B
YAML
name: Close and mark stale issue
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
|
|
jobs:
|
|
stale:
|
|
uses: pl-strflt/.github/.github/workflows/reusable-stale-issue.yml@v0.3
|