We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527b627 commit 83c4709Copy full SHA for 83c4709
1 file changed
.github/workflows/discord_notify.yml
@@ -9,7 +9,7 @@ jobs:
9
notify:
10
runs-on: ubuntu-latest
11
# ✅ 특정 사람 제외
12
- if: github.actor != 'coderabbitai'
+ if: github.actor != 'coderabbitai' && github.actor != 'coderabbitai[bot]'
13
steps:
14
- name: Send to Discord
15
env:
0 commit comments