mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
chore: Update pr-open-notify.yml (#50361)
Signed-off-by: afc163 <afc163@gmail.com>
This commit is contained in:
parent
5b5d3853d1
commit
0ae6d696ed
4
.github/workflows/pr-open-notify.yml
vendored
4
.github/workflows/pr-open-notify.yml
vendored
@ -14,7 +14,9 @@ jobs:
|
||||
- name: send to dingtalk
|
||||
uses: visiky/dingtalk-release-notify@main
|
||||
with:
|
||||
DING_TALK_TOKEN: ${{ secrets.DINGDING_BOT_COLLABORATOR_TOKEN }}
|
||||
DING_TALK_TOKEN: |
|
||||
${{ secrets.DINGDING_BOT_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 }}](https://github.com/${{ github.event.pull_request.user.login }}) 创建了 PR:
|
||||
|
Loading…
Reference in New Issue
Block a user