ci(check-changelog): add mention user (#49271)

This commit is contained in:
thinkasany 2024-06-06 13:37:32 +08:00 committed by GitHub
parent a29054923a
commit 53da7b81cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,13 +38,13 @@ jobs:
filter-start: '|'
require-include: '🇺🇸 English, 🇨🇳 Chinese, 🇺🇸 英文, 🇨🇳 中文'
comment-body: |
- 🚨 Please fill changelog in the PR
- 🚨 @${{ github.event.pull_request.user.login }}, Please fill changelog in the PR
- Write with a **developer-oriented perspective** and **narrative method**, without describing the details of the repair
- **Describing the problem and the impact on the developer**
- **describing the user-first site problem**, not your solution
- Refer: https://ant.design/changelog#501
- 🚨 请填写 PR 中的 changelog
- 🚨 @${{ github.event.pull_request.user.login }}, 请填写 PR 中的 changelog
- 请用**面向开发者的角度**和**叙述方式撰写**,不描述修复细节
- **描述问题和对开发者的影响**
- **描述用户第一现场的问题**,而非你的解决方式