Skip to content

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

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#442
cmbengue merged 1 commit into
mainfrom
ka/fix-cla-bot-pr-triggers

Conversation

@k-alphonse

Copy link
Copy Markdown
Contributor

Purpose

Closes #441

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 14:49
@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 on this.

@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.14%. Comparing base (20195a5) to head (e346c2c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #442      +/-   ##
==========================================
+ Coverage   95.09%   95.14%   +0.04%     
==========================================
  Files          12       12              
  Lines        2408     2408              
==========================================
+ Hits         2290     2291       +1     
+ Misses        118      117       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cmbengue
cmbengue merged commit 1df3acb 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