mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
test: close inactive issues
This commit is contained in:
parent
c2d4f653fe
commit
2e79f869f3
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
|
||||
|
Loading…
Reference in New Issue
Block a user