ci: copilot auto-merge workflow + veritas-audit resilience#69
Open
MarcoPolo483 wants to merge 3 commits intomainfrom
Open
ci: copilot auto-merge workflow + veritas-audit resilience#69MarcoPolo483 wants to merge 3 commits intomainfrom
MarcoPolo483 wants to merge 3 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds CI automation to streamline Copilot-authored pull requests and reduces the chance of Veritas audit flakiness blocking merges.
Changes:
- Introduces a new
copilot-auto-mergeworkflow that auto-approves and attempts to enable auto-merge for Copilot PRs when they become ready for review. - Makes the Veritas audit step non-blocking via
continue-on-error: truewhile still enforcing the MTI threshold in a follow-up step.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| .github/workflows/veritas-audit.yml | Makes the Veritas audit step resilient to CLI crashes by allowing the step to fail without immediately failing the job. |
| .github/workflows/copilot-auto-merge.yml | Adds automation to approve Copilot PRs and enable auto-merge when they transition from draft to ready-for-review. |
You can also share your feedback on Copilot code review. Take the survey.
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.
CI: Copilot Auto-Merge + Veritas Fix
Changes
continue-on-error: trueso a Veritas crash doesn't hard-block PR mergeFixes
TypeError: prefix.toUpperCase is not a functionfixed in 48-eva-veritas (already merged to main)Note
For workflow approval to be fully automatic, also change: Repo Settings → Actions → General → Fork pull request workflows to
Require approval for first-time contributors