Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Code Review 조건 수정 #82

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

guesung
Copy link
Collaborator

@guesung guesung commented Aug 12, 2024

What is this PR? 🔍

  • ChatGPT코드리뷰의 조건에서 synchronize을 제거합니다. 커밋을 추가할 때마다 코드 리뷰가 달리는 것이 너무 과하다고 생각하여 제거하였습니다. 추가적인 코드리뷰가 필요할 경우 PR을 reopen하는 식으로 진행하면 됩니다.

@@ -6,7 +6,7 @@ permissions:

on:
pull_request:
types: [opened, reopened, synchronize]
types: [opened, reopened]

jobs:
test:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

변경 사항 분석:

  • 기존 "synchronize" 이벤트가 제거되었음
  • 현재 설정에서는 PR이 열리거나 다시 열릴 때만 작업이 실행됨

버그 위험:

  • 첫 번째 병합 과정 중 싱크 이벤트가 빠질 수 있음

개선 제안:

  • 실패한 풀 리퀘스트에 대한 처리 추가
  • 더 많은 이벤트 유형 (e.g., closed) 추가 고려

@guesung guesung changed the title 💚 fix: fix the code review condition Fix: Code Review 조건 수정 Aug 12, 2024
@guesung guesung merged commit 936af41 into develop Aug 13, 2024
1 check passed
@guesung guesung deleted the feat/change-the-review-rules branch August 13, 2024 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant