From b446d4db281a811a9ae8dfefcb290b06ef0a89dc Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 28 Jun 2025 22:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20GitHub=20=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E9=85=8D=E7=BD=AE=EF=BC=8C=E6=8E=92=E9=99=A4?= =?UTF-8?q?=E5=B8=A6=E6=9C=89=20RFC=20=E6=A0=87=E7=AD=BE=E7=9A=84=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issues.yml | 2 ++ 1 file changed, 2 insertions(+) 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