Skip to content

Conversation

choi1five
Copy link
Collaborator

관련 이슈 번호

Resolves #18

핵심 변경 사항 및 이유

  • PR 병합 시 status 라벨 변경 자동화하는 Github Action
    • PR 병합 시 자동으로 status 라벨을 관리하여 누락 방지
    • PR과 함께 close되는 이슈의 status 라벨을 자동으로 status:done으로 변경
    • status 라벨만 제거되고 다른 타입의 라벨은 유지됨

PR 시 참고 사항 (선택)

  • PR이 병합될 때만 동작하며, 직접 merge하는 경우는 적용되지 않음
  • 이슈를 close하는 키워드(close, fix, resolves 등)가 있는 경우에만 해당 이슈의 라벨이 업데이트됨

@choi1five choi1five added type: feature 새로운 기능 & 기능적 개선 status: in-progress 현재 처리 중 labels Feb 20, 2025
@choi1five choi1five requested a review from dgd03146 February 20, 2025 17:08
@choi1five choi1five self-assigned this Feb 20, 2025
@dgd03146
Copy link
Contributor

PR 병합 시 있으면 좋겠다고 생각했는데 적용해주셔서 감사합니다.

@choi1five choi1five merged commit 3f6db92 into main Feb 20, 2025
@github-actions github-actions bot added status:done and removed status: in-progress 현재 처리 중 labels Feb 20, 2025
@choi1five choi1five deleted the feature/auto-status-label branch February 20, 2025 17:31
@Seono-Na
Copy link
Contributor

@choi1five 님 자동화 만들어주셔서 감사해요!
다만 시간이 지나니 PR이랑 Issue 모두 status:done이 사라졌습니다.

처음에는 label이 회색으로 status:done 이라고 붙었는데 현재는 사라져 있는 상태입니다.
혹시 status: done 띄어쓰기 때문일까요?

@choi1five choi1five added type: chore 기타 status: done 완료 and removed type: feature 새로운 기능 & 기능적 개선 labels Feb 20, 2025
@choi1five
Copy link
Collaborator Author

@Seono-Na 말씀해 주신 대로 띄어쓰기 오타 발견되어 수정 후 병합했습니다.(#20)
꼼꼼하지 못했네요😂 알려주셔서 감사합니다🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ PR 병합 시 상태 라벨 자동화 Action
3 participants