Skip to content

Commit 83c4709

Browse files
authored
Update discord_notify.yml
1 parent 527b627 commit 83c4709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/discord_notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
notify:
1010
runs-on: ubuntu-latest
1111
# ✅ 특정 사람 제외
12-
if: github.actor != 'coderabbitai'
12+
if: github.actor != 'coderabbitai' && github.actor != 'coderabbitai[bot]'
1313
steps:
1414
- name: Send to Discord
1515
env:

0 commit comments

Comments
 (0)