mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
ci: fix welcome message (#46601)
This commit is contained in:
parent
0ef7923752
commit
ac57eab63e
10
.github/workflows/pr-contributor-welcome.yml
vendored
10
.github/workflows/pr-contributor-welcome.yml
vendored
@ -2,14 +2,20 @@
|
||||
name: PullRequest Contributor Welcome
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- closed
|
||||
paths:
|
||||
- 'components/**'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
comment:
|
||||
permissions:
|
||||
issues: write # for actions-cool/maintain-one-comment to modify or create issue comments
|
||||
pull-requests: write # for actions-cool/maintain-one-comment to modify or create PR comments
|
||||
if: github.event.pull_request.merged == true && github.repository == 'ant-design/ant-design'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -25,4 +31,4 @@ jobs:
|
||||
<img src="https://github.com/ant-design/ant-design/assets/5378891/e24c6080-bf38-4523-b1cd-f6c43ad7375f" height="200" />
|
||||
|
||||
<!-- WELCOME_CONTRIBUTION -->
|
||||
body-include: '<!-- WELCOME_CONTRIBUTION -->'
|
||||
body-include: '<!-- WELCOME_CONTRIBUTION -->'
|
||||
|
Loading…
Reference in New Issue
Block a user