ci(cla): add copilot-swe-agent[bot] to CLA allowlist#401
ci(cla): add copilot-swe-agent[bot] to CLA allowlist#401ascorbic merged 1 commit intoemdash-cms:mainfrom
Conversation
|
There was a problem hiding this comment.
Pull request overview
Updates the CLA Assistant GitHub Actions workflow to allow GitHub Copilot coding agent co-authored commits to pass the CLA check, preventing CLA failures caused by bot co-authors that cannot sign a CLA.
Changes:
- Add
copilot-swe-agent[bot]to the CLA Assistantallowlistin the workflow configuration.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thanks! |
@emdash-cms/admin
@emdash-cms/auth
@emdash-cms/blocks
@emdash-cms/cloudflare
emdash
create-emdash
@emdash-cms/gutenberg-to-portable-text
@emdash-cms/x402
@emdash-cms/plugin-ai-moderation
@emdash-cms/plugin-atproto
@emdash-cms/plugin-audit-log
@emdash-cms/plugin-color
@emdash-cms/plugin-embeds
@emdash-cms/plugin-forms
@emdash-cms/plugin-webhook-notifier
commit: |
What does this PR do?
Adds
copilot-swe-agent[bot]to the CLA assistant allowlist so that PRs with GitHub Copilot coding agent co-authored commits are not blocked by the CLA check.Why is this needed?
The GitHub Copilot coding agent (
@copilot) automatically co-authors commits when it helps implement features (e.g.,Add PRD.mdin PR #259). The CLA bot currently has:Since
copilot-swe-agent[bot]is not in the allowlist, the CLA check fails with "Committers of Pull Request have to sign the CLA" — even though the human contributor has signed. Bots cannot sign CLAs.Change
Type of change
Related
Fixes CLA check for PR #259 and any future PRs with Copilot-assisted commits.