Skip to content

Commit

Permalink
chore: fix notify_body (#47164)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Jan 26, 2024
1 parent aa137e9 commit 119f8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open-notify.yml
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
DING_TALK_TOKEN: ${{ secrets.DINGDING_BOT_COLLABORATOR_TOKEN }}
notify_title: '🔥 @${{ github.event.pull_request.user.login }} 创建了 PR:${{ github.event.pull_request.title }} ${{ github.event.pull_request.html_url }}'
notify_body: '### 🔥 @${{ github.event.pull_request.user.login }} 创建了 issue:[${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }}) <hr />'
notify_body: '### 🔥 @${{ github.event.pull_request.user.login }} 创建了 PR:[${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }}) <hr />'
notify_footer: '> 💬 快来 CR 吧!'
at_all: false # whether to ding everybody

0 comments on commit 119f8aa

Please sign in to comment.