mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-14 22:40:59 +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:
@@ -3,7 +3,7 @@ on:
|
|||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created]
|
types: [created]
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, closed, synchronize]
|
types: [opened, closed, synchronize, reopened]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
actions: write # re-run the failed CLA check after signing
|
actions: write # re-run the failed CLA check after signing
|
||||||
|
|||||||
Reference in New Issue
Block a user