ci: update CLA workflow for corrected comments (#2384)

This commit is contained in:
安正超
2026-04-03 20:49:09 +08:00
committed by GitHub
parent 5d302febb7
commit 1fe036cb70

View File

@@ -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 }}