mirror of
https://github.com/blossom-editor/blossom.git
synced 2026-03-12 17:41:26 +08:00
test: close inactive issues
This commit is contained in:
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: "Close inactive issues"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "00 15 * * *"
|
||||
- cron: "55 14 * * *"
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
@@ -16,6 +16,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
debug-only: true
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-issue-stale: 30
|
||||
days-before-issue-close: 7
|
||||
|
||||
Reference in New Issue
Block a user