Remove Copilot agent GitHub Actions workflows#252
Merged
YunchuWang merged 2 commits intoMay 19, 2026
Conversation
Removes GitHub Actions workflows that install or run GitHub Copilot CLI agents in the pipeline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Removes agent prompt definitions associated with the removed Copilot agent workflows. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Removes GitHub Actions workflows and associated agent prompt definitions that install/run GitHub Copilot CLI agents in CI.
Changes:
- Deleted three GitHub Actions workflows that execute Copilot CLI agents (scheduled/manual).
- Deleted multiple
.github/agents/*.agent.mdprompt files used by those workflows.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/self-reflection.yaml | Removes the self-reflection agent CI workflow that installs and runs Copilot CLI. |
| .github/workflows/pr-verification.yaml | Removes the PR verification agent CI workflow that installs and runs Copilot CLI. |
| .github/workflows/daily-code-review.yaml | Removes the daily code review agent CI workflow that installs and runs Copilot CLI. |
| .github/agents/self-reflection.agent.md | Removes the self-reflection agent prompt definition used by CI. |
| .github/agents/pr-verification.agent.md | Removes the PR verification agent prompt definition used by CI. |
| .github/agents/issue-triage.agent.md | Removes the issue triage agent prompt definition (not mentioned in PR description). |
| .github/agents/daily-code-review.agent.md | Removes the daily code review agent prompt definition used by CI. |
Comments suppressed due to low confidence (2)
.github/agents/issue-triage.agent.md:1
- The PR title/description say it removes workflows that install/run Copilot CLI agents, but this change also deletes multiple agent prompt files (including
issue-triage.agent.md) that aren’t mentioned. Please update the PR title/description to explicitly include removal of.github/agents/*.agent.mdfiles (or split into a separate PR) so reviewers understand the full scope.
.github/workflows/pr-verification.yaml:1 - With these workflows removed, any repo/org configuration that existed solely to support them (e.g., the
COPILOT_GITHUB_TOKENsecret, workflow schedules, and high-privilege workflow permissions) may now be dead configuration. Consider removing theCOPILOT_GITHUB_TOKENsecret (and any related documentation) to reduce credential sprawl and avoid confusion about how automation is expected to run.
kaibocai
approved these changes
May 19, 2026
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.
Removes GitHub Actions workflows that install or run GitHub Copilot CLI agents in the pipeline:
Also removes the related Copilot agent definitions:
I checked the remaining workflows for Copilot CLI/agent references and found none.