Configure workflows to run on merge queue and fix CLA for copilot PRs#47
Merged
Configure workflows to run on merge queue and fix CLA for copilot PRs#47
Conversation
Co-authored-by: nhorton <204146+nhorton@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update e2e CI tests to run on ready PRs only
Configure e2e tests to run on ready-for-review PRs with concurrency limits
Jan 15, 2026
nhorton
reviewed
Jan 15, 2026
nhorton
requested changes
Jan 15, 2026
…ate workflow Co-authored-by: nhorton <204146+nhorton@users.noreply.github.com>
Copilot
AI
changed the title
Configure e2e tests to run on ready-for-review PRs with concurrency limits
Configure workflows to run on merge queue with validation on PRs
Jan 15, 2026
nhorton
approved these changes
Jan 15, 2026
Contributor
|
I have read the CLA Document and I hereby sign the CLA 1 out of 2 committers have signed the DCO. |
Contributor
|
@copilot - update the CLA github action so that it does not apply to copilot agent authored PRs (like this one that is failing that check). |
Co-authored-by: nhorton <204146+nhorton@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Configure workflows to run on merge queue with validation on PRs
Configure workflows to run on merge queue and fix CLA for copilot PRs
Jan 15, 2026
Contributor
|
recheck |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The CI workflows needed to be configured to run e2e tests in the merge queue (not on every PR) while maintaining validation on PRs, with concurrency limits and without cron scheduling. Additionally, the CLA workflow needed to be updated to exclude copilot agent authored PRs.
Changes
claude-code-test.yml (e2e tests):
pull_requesttrigger entirelyworkflow_dispatch(manual) andmerge_group(merge queue)schedulecron trigger (was running weekly on Mondays)claude-code-e2ejob condition to check forworkflow_dispatchormerge_groupeventscancel-in-progress: trueensures new commits cancel running testsvalidate.yml:
merge_grouptrigger in addition to existingpull_requesttriggercla.yml:
copilot-swe-agent[bot]to the CLA allowlistResult
claude-code-test.yml workflow:
validate.yml workflow:
cla.yml workflow:
copilot-swe-agent[bot]Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.