mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-10 07:46:02 +00:00
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:
2
.github/workflows/cla.yml
vendored
2
.github/workflows/cla.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user