File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Slack Ping
22
33on :
44 pull_request :
5- types : [opened, edited, synchronize ]
5+ types : [opened, edited]
66 pull_request_review :
77 types :
88 - submitted
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 }}"
You can’t perform that action at this time.
0 commit comments