Git & GitHub

[Github] Pull Request 규칙 설정하기

시니철 2024. 12. 5. 17:44

Pull Request 규칙 설정하기

1. Repositorie → Settings → Branches → Add branch ruleset


2. Ruleset Name을 입력하고, Enforcement status를 Active로 설정하고, Target branches에 규칙을 설정할 브랜치를 추가합니다.


3. Require a pull request before merging 를 체크하여 병합 전 PR을 요구합니다.

  • Required approvals 로 필요한 승인 수를 설정합니다.
  • Require conversation resolution before merging 를 체크하면 PR의 코드에 리뷰가 달려 대화가 생성되었을 때, 대화를 해결해야 병합이 가능하도록 합니다. (필수 ❌)

4. 하단의 Create 버튼을 눌러 설정을 저장합니다.