From 1527b3dae5356a1f09e4eb548c750993c7212c1a Mon Sep 17 00:00:00 2001 From: uy/sun Date: Tue, 3 Mar 2026 22:04:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=9A=84=E6=8B=89=E5=8F=96=E8=AF=B7=E6=B1=82=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E6=97=B6=E6=B2=A1=E6=9C=89=E5=85=B3=E9=97=AD=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E8=AE=AE=E9=A2=98=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/noneflow-registry.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/noneflow-registry.yml b/examples/noneflow-registry.yml index 319072ec..51fcf21a 100644 --- a/examples/noneflow-registry.yml +++ b/examples/noneflow-registry.yml @@ -5,6 +5,8 @@ on: types: [opened, reopened, edited] issue_comment: types: [created] + pull_request_target: + types: [closed] concurrency: group: ${{ github.workflow }}-${{ github.event.issue.number || github.run_id }} From aa5d5edaf921e845fc07a81b1b565eb765bc4c46 Mon Sep 17 00:00:00 2001 From: uy/sun Date: Tue, 3 Mar 2026 22:12:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs(example):=20=E5=90=8C=E6=AD=A5=20regis?= =?UTF-8?q?try=20=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/noneflow-registry.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/noneflow-registry.yml b/examples/noneflow-registry.yml index 51fcf21a..df6412f9 100644 --- a/examples/noneflow-registry.yml +++ b/examples/noneflow-registry.yml @@ -30,7 +30,14 @@ jobs: private_key: ${{ secrets.APP_KEY }} - name: Checkout Code - uses: actions/checkout@v4 + if: contains(github.event.issue.labels.*.name, 'Config') + uses: actions/checkout@v6 + with: + token: ${{ steps.generate-token.outputs.token }} + + - name: Checkout Code + if: contains(github.event.issue.labels.*.name, 'Remove') + uses: actions/checkout@v6 with: token: ${{ steps.generate-token.outputs.token }} repository: nonebot/nonebot2