Skip to content

fix: trigger CLA on bot PR review and auto-merge events#91

Merged
cmbengue merged 1 commit into
mainfrom
ka/fix-cla-bot-pr-triggers
Jul 2, 2026
Merged

fix: trigger CLA on bot PR review and auto-merge events#91
cmbengue merged 1 commit into
mainfrom
ka/fix-cla-bot-pr-triggers

Conversation

@k-alphonse

Copy link
Copy Markdown
Contributor

Purpose

Closes #90.

This PR updates the CLA workflow triggers so the CLA check can run during the review and auto-merge flow for bot-created pull requests.

To-do

  • None.

Content

  • Updated .github/workflows/cla.yml to include review_requested and auto_merge_enabled in the pull_request_target event types.
  • Preserved the existing CLA triggers for opened, reopened, synchronize, and merge_group.
  • Expanded the workflow trigger coverage without changing the CLA validation logic itself.

  • I have read and checked the items on the review checklist.

@k-alphonse k-alphonse requested a review from cmbengue July 2, 2026 18:27
@k-alphonse k-alphonse self-assigned this Jul 2, 2026

@cmbengue cmbengue left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work correcting the pull_request_target flag.

@cmbengue cmbengue merged commit 9e2fa05 into main Jul 2, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: trigger CLA workflow during bot PR review and auto-merge events

2 participants