Update github action

This commit is contained in:
cxfksword 2023-03-29 10:33:09 +08:00
parent c5a0bf57be
commit 84e87f9667
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Close inactive
on:
schedule:
- cron: "0 0 */7 * *"
- cron: "0 0 * * 1"
workflow_dispatch:
jobs:
@ -18,4 +18,4 @@ jobs:
exclude-labels: "enhancement,bug"
close-reason: "not_planned"
body: |
This issue was closed due to inactive more than 30 days. You can reopen or recreate it if you think it should continue.
This issue was closed due to inactive more than 30 days. You can reopen it if you think it should continue.