mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-23 06:56:27 +00:00
11 lines
171 B
YAML
11 lines
171 B
YAML
name: "Close stale issues"
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: "0 0 * * *"
|
|
|
|
jobs:
|
|
stale:
|
|
uses: Cysharp/Actions/.github/workflows/stale-issue.yaml@main
|