Allow CLA Assistant to recognize Copilot-authored PR commits - #129
Conversation
Co-authored-by: stesee <168659+stesee@users.noreply.github.com>
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
There was a problem hiding this comment.
🟢 Approval recommended
The change is a minimal, targeted workflow allowlist update consistent with the PR’s stated root cause and intended behavior.
Pull request overview
Updates the repository’s CLA Assistant GitHub Actions workflow to treat Copilot-authored commits as allowlisted, preventing CLA enforcement failures when PR commits are attributed to the Copilot identity.
Changes:
- Extend the CLA Assistant action
allowlistto includeCopilotin.github/workflows/cla.yml.
File summaries
| File | Description |
|---|---|
| .github/workflows/cla.yml | Adds Copilot to the CLA Assistant allowlist so Copilot-attributed commits don’t fail CLA checks. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
The
CLA Assistant / CLAssistant (pull_request_target)workflow was failing on PR #128 because the committer identity used by Copilot-authored commits was not covered by the existing CLA allowlist. This updates the workflow allowlist so CLA checks no longer fail for that trusted automation identity.Root cause
Copilot, which was missing from.github/workflows/cla.ymlallowlist.Workflow update
Copilot.github/workflows/cla.ymlResulting behavior