Skip to content

Commit 3665e08

Browse files
authored
Update slackPing.yml
1 parent 6d8c9a3 commit 3665e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slackPing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Slack Ping
22

33
on:
44
pull_request:
5-
types: [opened, edited, synchronize]
5+
types: [opened, edited]
66
pull_request_review:
77
types:
88
- submitted
@@ -26,7 +26,7 @@ jobs:
2626
fi
2727
2828
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
29-
MESSAGE="PR이 등록되었습니다.\n - 제목: ${{ github.event.pull_request.title }} \n - 링크: ${{ github.event.pull_request.html_url }}"
29+
MESSAGE="PR이 등록되었습니다.\n - 제목: ${{ github.event.pull_request.title }}\n - 링크: <${{ github.event.pull_request.html_url }}|PR 링크>"
3030
3131
# if [[ "${{ github.event_name }}" == "pull_request" ]] && [[ "${{ github.event.action }}" == "opened" ]]; then
3232
# MESSAGE="리뷰 요청: 나를 리뷰어로 지정한 PR이 생성되었습니다. 제목: ${{ github.event.pull_request.title }} - 링크: ${{ github.event.pull_request.html_url }}"

0 commit comments

Comments
 (0)