Skip to content

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

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

Conversation

@k-alphonse

Copy link
Copy Markdown
Contributor

Purpose

Closes #335.

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 15:14
@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 60.64%. Comparing base (939e2c3) to head (4ab6060).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #336   +/-   ##
=======================================
  Coverage   60.64%   60.64%           
=======================================
  Files          18       18           
  Lines        1466     1466           
=======================================
  Hits          889      889           
  Misses        577      577           

☔ 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 736f215 into main Jul 2, 2026
12 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