From 733c9cdf166523745d515d54e9fb590a05bc0c1d Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Wed, 10 Jun 2026 12:10:52 +0800 Subject: [PATCH] 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 --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 86581aa1..996e5a68 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -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