mirror of
https://github.com/cxfksword/jellyfin-plugin-danmu.git
synced 2026-04-24 02:22:09 +08:00
Update github action
This commit is contained in:
8
.github/workflows/issue_close_inactive.yml
vendored
8
.github/workflows/issue_close_inactive.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Close inactive
|
||||
name: "🧹 Close Inactive"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 */7 * *"
|
||||
- cron: "0 0 * * 1"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -16,6 +16,6 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
inactive-day: 30
|
||||
exclude-labels: "enhancement,bug"
|
||||
close-reason: "inactive"
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user