Skip to main content

Asking GitHub Copilot to make changes to an existing pull request

You can ask Copilot to make changes to an existing pull request created by a human by mentioning @copilot.

누가 이 기능을 사용할 수 있나요?

Copilot 코딩 에이전트는 GitHub Copilot Pro, GitHub Copilot Pro(프로)+, GitHub Copilot Business,GitHub Copilot Enterprise 플랜과 함께 사용할 수 있습니다. 에이전트는 GitHub에 저장된 모든 리포지토리에서 사용할 수 있습니다. 단, 관리형 사용자 계정가 소유한 리포지토리에서는 에이전트가 명시적으로 비활성화되어 있습니다.
Sign up for Copilot

참고 항목

For an overview of Copilot 코딩 에이전트, see GitHub Copilot 코딩 에이전트 정보.

Introduction

You can ask Copilot to make changes to an existing pull request created by a human developer.

Copilot will create a child pull request, using the existing pull request's branch as the base branch. Once it has finished work on the changes you requested, it requests your review on the child pull request.

You maintain control of the original pull request: until you accept Copilot's proposed changes by merging its child pull request into your branch, the pull request will remain untouched.

You can ask Copilot to make changes to its child pull request by leaving a review. See GitHub Copilot에서 만든 끌어오기 요청 검토.

Asking Copilot to make changes

  1. Navigate to the pull request that you want Copilot to make changes to.
  2. Leave a comment or review mentioning Copilot with @copilot.

Copilot will open a child pull request, using the existing pull request's branch as the base branch.

Copilot will leave a comment linking to the new pull request. Once the agent finishes work, it will request a review from you.

Monitoring progress

You can view your current and past Copilot sessions from the agents panel, agents page, Visual Studio Code, and more. See GitHub Copilot의 세션 추적.

Further reading