Skip to content

Remove Copilot agent GitHub Actions workflows#252

Merged
YunchuWang merged 2 commits into
microsoft:mainfrom
YunchuWang:remove-copilot-agent-actions
May 19, 2026
Merged

Remove Copilot agent GitHub Actions workflows#252
YunchuWang merged 2 commits into
microsoft:mainfrom
YunchuWang:remove-copilot-agent-actions

Conversation

@YunchuWang
Copy link
Copy Markdown
Member

@YunchuWang YunchuWang commented May 19, 2026

Removes GitHub Actions workflows that install or run GitHub Copilot CLI agents in the pipeline:

  • daily-code-review.yaml
  • pr-verification.yaml
  • self-reflection.yaml

Also removes the related Copilot agent definitions:

  • daily-code-review.agent.md
  • issue-triage.agent.md
  • pr-verification.agent.md
  • self-reflection.agent.md

I checked the remaining workflows for Copilot CLI/agent references and found none.

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>
Copilot AI review requested due to automatic review settings May 19, 2026 19:37
Removes agent prompt definitions associated with the removed Copilot agent workflows.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

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

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.md prompt 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.md files (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_TOKEN secret, workflow schedules, and high-privilege workflow permissions) may now be dead configuration. Consider removing the COPILOT_GITHUB_TOKEN secret (and any related documentation) to reduce credential sprawl and avoid confusion about how automation is expected to run.

@YunchuWang YunchuWang merged commit f77b75c into microsoft:main May 19, 2026
10 checks passed
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