Skip to main content

리포지토리의 끌어오기 요청에 대한 자동 병합 관리

리포지토리에서 끌어오기 요청에 대한 자동 병합을 허용하거나 허용하지 않을 수 있습니다.

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

People with maintainer permissions can manage auto-merge for pull requests in a repository.

끌어오기 요청에 대한 자동 병합은 조직의 GitHub Free 및 GitHub Free이(가) 있는 퍼블릭 리포지토리와 GitHub Pro, GitHub Team, GitHub Enterprise Cloud 및 GitHub Enterprise Server의 퍼블릭 및 프라이빗 리포지토리에서 사용할 수 있습니다.

이 문서의 내용

About auto-merge

If you allow auto-merge for pull requests in your repository, people with write permissions can configure individual pull requests in the repository to merge automatically when all merge requirements are met. If someone who does not have write permissions pushes changes to a pull request that has auto-merge enabled, auto-merge will be disabled for that pull request. For more information, see Automatically merging a pull request.

Managing auto-merge

참고 항목

The option to enable auto-merge is shown only on pull requests that cannot be merged immediately. For example, when a branch protection rule enforces "Require pull request reviews before merging" or "Require status checks to pass before merging" and these conditions are not yet met. For more information, see Managing a branch protection rule.

  1. On GitHub, navigate to the main page of the repository.

  2. Under your repository name, click Settings. If you cannot see the "Settings" tab, select the dropdown menu, then click Settings.

    Screenshot of a repository header showing the tabs. The "Settings" tab is highlighted by a dark orange outline.

  3. On the left side of the page in the navigation bar, click General

  4. Toward the bottom of the page under "Pull Requests", select or deselect Allow auto-merge.

Screenshot of a repository settings showing the auto merge.