Skip to content

[Feature] 50+ stale 로컬/리모트 브랜치 미정리 — 레포지토리 관리 부담 증가 #272

Description

@yeongseon

문제

현재 레포에 이미 main에 머지된 브랜치가 로컬 7개, 리모트 20개 남아 있으며, 미머지 피처 브랜치도 리모트에 17개가 존재합니다. 총 50개 이상의 stale 브랜치가 정리되지 않고 있습니다.

머지 완료 후 미삭제 (리모트):

  • origin/docs/add-verification-date-column
  • origin/docs/agent-coding-workflow
  • origin/docs/github-pages-setup
  • origin/feat/ci-docs-quality-gate
  • origin/feat/merge-dur-datasets
  • origin/feat/phase1-providers
  • 등 20개

PR 잔여 로컬 브랜치:

  • pr-236 ~ pr-241 (6개)

영향

  • 신규 기여자가 활성 브랜치를 식별하기 어려움
  • git branch -a 출력이 비대해져 운영 효율 저하
  • 잘못된 브랜치에서 작업 시작하는 실수 가능성 증가

제안

  1. 머지 완료된 리모트 브랜치 일괄 삭제
  2. PR 후 자동 브랜치 삭제 설정 활성화 (GitHub repo settings > "Automatically delete head branches")
  3. 로컬 pr-* 브랜치 정리
  4. 미머지 브랜치 중 6개월 이상 비활성인 것은 담당자에게 확인 후 정리

의존 관계

  • 선행 필요 (blocked by): 없음
  • 관련 (relates to): 없음

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions