Add copilot-swe-agent[bot] to CLA allowlist #73
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds
copilot-swe-agent[bot]to the CLA allowlist in the GitHub Actions workflow configuration to ensure that Copilot contributions are exempted from CLA signing requirements.Changes
Updated
.github/workflows/cla.ymlto includecopilot-swe-agent[bot]in the allowlist parameter. This bot account is now treated consistently with other automated contributors likedependabot[bot], which are already allowlisted.Before:
After:
Rationale
Bot accounts should not be required to sign the CLA as they are automated tools rather than individual contributors. This change ensures that Copilot-generated contributions can be properly merged without triggering CLA verification failures.
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.