mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-09 22:43:44 +08:00
更新 GitHub 工作流配置,排除带有 RFC 标签的 issue
This commit is contained in:
2
.github/workflows/issues.yml
vendored
2
.github/workflows/issues.yml
vendored
@@ -27,4 +27,6 @@ jobs:
|
|||||||
# 忽略所有的 Pull Request,只处理 Issue
|
# 忽略所有的 Pull Request,只处理 Issue
|
||||||
days-before-pr-stale: -1
|
days-before-pr-stale: -1
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
|
# 排除带有RFC标签的issue
|
||||||
|
exempt-issue-labels: "RFC"
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Reference in New Issue
Block a user