2021-02-25 20:02:16 +08:00
name : PR Open Check
2021-02-19 16:47:16 +08:00
on :
pull_request_target :
2021-08-31 19:05:40 +08:00
types : [ opened, edited, reopened, synchronize]
2021-02-19 16:47:16 +08:00
2022-04-11 11:15:26 +08:00
permissions :
contents : read
2021-02-19 16:47:16 +08:00
jobs :
refuse :
2022-04-11 11:15:26 +08:00
permissions :
issues : write # for actions-cool/pr-welcome to create, update & react on issues
pull-requests : write # for actions-cool/pr-welcome to request reviewer
2021-02-19 16:47:16 +08:00
runs-on : ubuntu-latest
steps :
2021-10-19 19:36:22 +08:00
- uses : actions-cool/pr-welcome@v1
2021-02-19 16:47:16 +08:00
with :
2024-09-19 03:30:19 +08:00
refuse-issue-label : 🎱 Collaborate PR only
need-creator-authority : write
2021-02-19 16:47:16 +08:00
comment : |
2023-11-12 17:11:23 +08:00
Hi @${{ github.event.pull_request.user.login }}. The issue mentioned in this PR needs to be confirmed with the designer or core team. Thank you for your contribution! 😊
2021-02-19 16:47:16 +08:00
2023-11-12 17:11:23 +08:00
你好 @${{ github.event.pull_request.user.login }}。这个 PR 提及的 issue 需要和设计师或核心团队进行确认!感谢您的贡献!😊
close : false
reviewers : |
MadCcc
zombieJ
2021-03-19 16:58:44 +08:00
check-changelog :
2022-04-11 11:15:26 +08:00
permissions :
pull-requests : write # for actions-cool/pr-check-fill to create or update PR comments
2021-03-19 16:58:44 +08:00
runs-on : ubuntu-latest
steps :
- name : check fill
2021-10-19 19:36:22 +08:00
uses : actions-cool/pr-check-fill@v1
2021-03-19 16:58:44 +08:00
with :
filter-start : '|'
2021-03-21 11:36:48 +08:00
require-include : '🇺🇸 English, 🇨🇳 Chinese, 🇺🇸 英文, 🇨🇳 中文'
2021-03-19 16:58:44 +08:00
comment-body : |
2024-08-15 10:02:15 +08:00
- 🚨 @${{ github.event.pull_request.user.login }}, Please fill changelog in PR content
> - Read [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) like a cat tracks a laser pointer.
> - Describe the impact of the changes on developers, not the solution approach.
> - Reference : https://ant.design/changelog
2022-12-14 14:42:01 +08:00
2024-06-06 13:37:32 +08:00
- 🚨 @${{ github.event.pull_request.user.login }}, 请填写 PR 中的 changelog
2024-08-15 10:02:15 +08:00
> - 郑重地阅读 [如何维护更新日志](https://keepachangelog.com/zh-CN/1.1.0/)
> - 描述改动对开发者有哪些影响,而非解决方式
> - 可参考: https://ant.design/changelog-cn
2024-07-03 17:24:03 +08:00
![ ] (https://github.com/ant-design/ant-design/assets/507615/14c767db-e40f-42a1-9aab-553037eb1ab6)
2021-03-19 16:58:44 +08:00
skip-title-start : 'docs, chore, test, ci'