mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
14 lines
219 B
YAML
14 lines
219 B
YAML
name: Close and mark stale issue
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
stale:
|
|
uses: pl-strflt/.github/.github/workflows/reusable-stale-issue.yml@v0.3
|