chore: use Cysharp/Actions reusable workflow stale
This commit is contained in:
parent
39482c60ad
commit
81b95e31a3
10
.github/workflows/stale.yml
vendored
Normal file
10
.github/workflows/stale.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
name: "Close stale issues"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
uses: Cysharp/Actions/.github/workflows/stale-issue.yaml@main
|
Loading…
x
Reference in New Issue
Block a user