diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa0040f..0ea03c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,13 @@ jobs: - run: npm install - run: npm run build + - name: Generate Contributors Images + uses: jaywcjlove/github-action-contributors@main + with: + filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) + output: dist/CONTRIBUTORS.svg + avatarSize: 42 + - name: Create Tag id: create_tag uses: jaywcjlove/create-tag-action@main diff --git a/README.md b/README.md index d0572d2..6b440b0 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,16 @@ Quick Reference +## 贡献 + +请参阅[贡献指南](./CONTRIBUTING.md)了解如何开始。一如既往,感谢我们出色的贡献者! + + + + + +上图贡献者列表,由 [action-contributors](https://github.com/jaywcjlove/github-action-contributors) 自动生成贡献者图片。 + ## License MIT © [Kenny Wong](https://github.com/jaywcjlove)