From 1fe036cb70a22005391e70ba5baa000887610b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Fri, 3 Apr 2026 20:49:09 +0800 Subject: [PATCH] ci: update CLA workflow for corrected comments (#2384) --- .github/workflows/cla.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 94bb97a03..8f5b1f44c 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -18,7 +18,7 @@ on: pull_request_target: types: [opened, synchronize, reopened] issue_comment: - types: [created] + types: [created, edited] permissions: contents: write @@ -42,7 +42,7 @@ jobs: permission-contents: write - name: Run CLA Bot - uses: overtrue/cla-bot@v0.0.6 + uses: overtrue/cla-bot@v0.0.8 with: github-token: ${{ github.token }} registry-token: ${{ steps.registry-token.outputs.token }}