fix(ci): trigger CLA check on PR reopen

Allows attaching the required CLA status to pull requests opened
before the workflow existed, by closing and reopening them.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Junyan Qin
2026-06-10 12:10:52 +08:00
parent bbc508d42f
commit 733c9cdf16

View File

@@ -3,7 +3,7 @@ on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
types: [opened, closed, synchronize, reopened]
permissions:
actions: write # re-run the failed CLA check after signing