1
0
mirror of https://github.com/Sarsoo/csbindgen.git synced 2025-01-13 14:57:47 +00:00
csbindgen/.github/workflows/stale.yml

11 lines
171 B
YAML
Raw Normal View History

2023-04-15 16:09:34 +01:00
name: "Close stale issues"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
uses: Cysharp/Actions/.github/workflows/stale-issue.yaml@main