Skip to content

Commit

Permalink
chore: slack 메시지 전송 조건 변경 및 리뷰 자동 할당 해제 (#1)
Browse files Browse the repository at this point in the history
* fix: 리뷰 알림 발동 조건 변경

* chore: codeowners 제거
  • Loading branch information
parkblo authored Jan 7, 2025
1 parent cf3a028 commit 6cbc6ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/REVIEW_REQUEST_ALERT.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: BeeBot
on:
pull_request:
types: [review_request_removed]
types: [review_requested]
jobs:
notify_automatically_assigned_review_request:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6cbc6ea

Please sign in to comment.