Skip to content

Commit b8357a3

Browse files
committed
chore: 알림 메시지 수정
1 parent 93f47a5 commit b8357a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/slack-notify-pr-open.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
SLACK_USERNAME: Github CI
1616
SLACK_ICON: https://github.com/github.png
1717
SLACK_COLOR: '#36a64f'
18-
SLACK_TITLE: 'New Pull Request 🚀'
18+
SLACK_TITLE: 'New Pull Request'
1919
SLACK_MESSAGE: |
20-
🚧 PR #${{ github.event.pull_request.number }} ${{ github.event.pull_request.title }}
21-
created by ${{ github.actor }}
20+
#${{ github.event.pull_request.number }} ${{ github.event.pull_request.title }}
2221
🔗 ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)