diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index bd92c0c2..d73d2915 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -27,4 +27,6 @@ jobs: # 忽略所有的 Pull Request,只处理 Issue days-before-pr-stale: -1 days-before-pr-close: -1 + # 排除带有RFC标签的issue + exempt-issue-labels: "RFC" repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file