mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2025-12-25 20:36:47 +08:00
chore(workflows): add manual trigger and adjust scheduling rules
This commit is contained in:
parent
9e6b819eb5
commit
348e8bd40d
@ -2,6 +2,7 @@ name: "自动管理过时的问题和PR"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * 6"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
@ -34,5 +35,5 @@ jobs:
|
||||
close-issue-label: "自动关闭(Close)"
|
||||
stale-pr-label: "未跟进问题(Stale)"
|
||||
close-pr-label: "自动关闭(Close)"
|
||||
exempt-issue-labels: "新功能(feature),功能异常(bug),文档补充(docs),功能优化(enhancement),适合新手(good first issue),"
|
||||
exempt-pr-labels: "新功能(feature),功能异常(bug),文档补充(docs),功能优化(enhancement),适合新手(good first issue),"
|
||||
exempt-issue-labels: "功能异常(bug),文档补充(docs),功能优化(enhancement),适合新手(good first issue),"
|
||||
exempt-pr-labels: "功能异常(bug),文档补充(docs),功能优化(enhancement),适合新手(good first issue),"
|
||||
|
||||
2
.github/workflows/Delete_untagged_images.yml
vendored
2
.github/workflows/Delete_untagged_images.yml
vendored
@ -1,5 +1,7 @@
|
||||
name: 删除 GHCR Untagged 镜像
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 15 * *"
|
||||
release:
|
||||
types: [ published ]
|
||||
workflow_dispatch:
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,5 +3,6 @@ __pycache__/
|
||||
/.venv/
|
||||
/.ruff_cache/
|
||||
/.idea/
|
||||
/.run/
|
||||
/Volume/
|
||||
!/.github/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user