Skip to content

feat: add AI merge gate and Copilot setup#197

Merged
JacobPEvans merged 3 commits intomainfrom
feat/ai-merge-gate
Apr 7, 2026
Merged

feat: add AI merge gate and Copilot setup#197
JacobPEvans merged 3 commits intomainfrom
feat/ai-merge-gate

Conversation

@JacobPEvans
Copy link
Copy Markdown
Owner

Summary

  • Adds .github/workflows/ai-merge-gate.yml — thin caller that delegates to the shared _ai-merge-gate.yml reusable workflow in ai-workflows
  • Adds .github/workflows/copilot-setup-steps.yml — enables Copilot cloud agent on this repo

Test plan

  • Verify AI Merge Gate / gate check appears on next PR
  • Verify Copilot cloud agent is available after merge

🤖 Generated with Claude Code

Single status check for branch protection that aggregates all
Copilot gh-aw agent check results. Add copilot-setup-steps.yml
to enable Copilot cloud agent on this repo.

(claude)
Copilot AI review requested due to automatic review settings April 7, 2026 09:52
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds GitHub Actions workflows to introduce an AI merge gating check and provide a minimal “Copilot Setup Steps” workflow intended for Copilot cloud agent setup.

Changes:

  • Add AI Merge Gate workflow that runs on PR events and delegates to a reusable workflow in JacobPEvans/ai-workflows.
  • Add Copilot Setup Steps workflow that can be manually dispatched and checks out the repository.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/ai-merge-gate.yml Adds a PR-triggered gate job delegating to a reusable workflow.
.github/workflows/copilot-setup-steps.yml Adds a manual workflow intended to support Copilot setup by checking out the repo.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Addresses CodeQL finding and review feedback. Adds explicit
permissions (checks:read, contents:read, statuses:read) and
concurrency group to prevent queued runs.

(claude)
Remove concurrency and verbose permissions — handled by reusable
workflow. Use read-all shorthand. Omit default trigger types.

(claude)
@JacobPEvans JacobPEvans merged commit 6f1e1d7 into main Apr 7, 2026
5 checks passed
@JacobPEvans JacobPEvans deleted the feat/ai-merge-gate branch April 7, 2026 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants