ci: fix ghalint

This commit is contained in:
Ikiru Yoshizaki
2025-05-14 12:39:03 +09:00
parent 459a572c1d
commit 7568061eda
6 changed files with 31 additions and 7 deletions

14
.github/workflows/stale.yaml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: "Close stale issues"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
permissions:
contents: read
pull-requests: write
issues: write
uses: Cysharp/Actions/.github/workflows/stale-issue.yaml@main