Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from ant-design:master #20

Merged
merged 3 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/pr-contributor-welcome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 当 PR 被合并时,留言欢迎加入共建群
name: PullRequest Contributor Welcome

on:
pull_request_target:
types:
- closed
paths:
- 'components/**'

jobs:
check-merged:
runs-on: ubuntu-latest
needs: read-file
if: github.event.pull_request.merged == true
steps:
- uses: actions-cool/maintain-one-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
🎉 Thanks for contribution. Please feel free to join DingTalk Social Community (Provide the PR link please).

🎉 感谢参与贡献,欢迎扫码加入钉钉社区(进群后请提供 PR 地址)。

<img src="https://github.com/ant-design/ant-design/assets/5378891/e24c6080-bf38-4523-b1cd-f6c43ad7375f" height="200" />

<!-- WELCOME_CONTRIBUTION -->
body-include: '<!-- WELCOME_CONTRIBUTION -->'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.2",
"@types/fs-extra": "^11.0.1",
"@types/gtag.js": "^0.0.12",
"@types/gtag.js": "^0.0.13",
"@types/http-server": "^0.12.1",
"@types/inquirer": "^9.0.3",
"@types/isomorphic-fetch": "^0.0.36",
Expand Down Expand Up @@ -236,7 +236,7 @@
"fast-glob": "^3.2.11",
"fetch-jsonp": "^1.1.3",
"fs-extra": "^11.0.0",
"gh-pages": "^5.0.0",
"gh-pages": "^6.0.0",
"glob": "^10.0.0",
"html2sketch": "^1.0.0",
"http-server": "^14.0.0",
Expand Down