Skip to content

Commit 6cbc6ea

Browse files
authored
chore: slack 메시지 전송 조건 변경 및 리뷰 자동 할당 해제 (#1)
* fix: 리뷰 알림 발동 조건 변경 * chore: codeowners 제거
1 parent cf3a028 commit 6cbc6ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/REVIEW_REQUEST_ALERT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: BeeBot
22
on:
33
pull_request:
4-
types: [review_request_removed]
4+
types: [review_requested]
55
jobs:
66
notify_automatically_assigned_review_request:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)