-
Notifications
You must be signed in to change notification settings - Fork 2
29 lines (25 loc) · 1.17 KB
/
test-main.yml
File metadata and controls
29 lines (25 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: PR Open Check
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
jobs:
check-changelog:
runs-on: ubuntu-latest
steps:
- name: check fill
uses: actions-cool/pr-check-fill@main
with:
filter-start: '|'
require-include: '🇺🇸 English, 🇨🇳 Chinese, 🇺🇸 英文, 🇨🇳 中文'
comment-body: |
- 🚨 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#4.9.0
- 🚨 请填写 PR 中的 changelog
- 请用**面向开发者的角度**和**叙述方式撰写**,不描述修复细节
- **描述问题和对开发者的影响**
- **描述用户第一现场的问题**,而非你的解决方式
- 参考:https://ant.design/changelog-cn#4.9.0
skip-title-start: 'docs, chore, test, ci'