mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-07 17:28:27 +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"
|
name: "Close inactive issues"
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "00 15 * * *"
|
- cron: "55 14 * * *"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
@ -16,6 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v5
|
- uses: actions/stale@v5
|
||||||
with:
|
with:
|
||||||
|
debug-only: true
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-issue-stale: 30
|
days-before-issue-stale: 30
|
||||||
days-before-issue-close: 7
|
days-before-issue-close: 7
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user