chore: update contributors.
This commit is contained in:
parent
0917f70be8
commit
5660ad20dd
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -18,11 +18,26 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate Contributors Images
|
- name: Generate Contributors Images
|
||||||
uses: jaywcjlove/github-action-contributors@main
|
uses: jaywcjlove/github-action-contributors@main
|
||||||
|
id: contributors
|
||||||
with:
|
with:
|
||||||
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
||||||
output: dist/CONTRIBUTORS.svg
|
output: dist/CONTRIBUTORS.svg
|
||||||
avatarSize: 42
|
avatarSize: 42
|
||||||
|
|
||||||
|
- name: Modify CONTRIBUTING.md
|
||||||
|
uses: jaywcjlove/github-action-modify-file-content@main
|
||||||
|
with:
|
||||||
|
path: CONTRIBUTING.md
|
||||||
|
body: |
|
||||||
|
${{steps.contributors.outputs.htmlList}}
|
||||||
|
|
||||||
|
- name: Modify README.md
|
||||||
|
uses: jaywcjlove/github-action-modify-file-content@main
|
||||||
|
with:
|
||||||
|
path: README.md
|
||||||
|
body: |
|
||||||
|
${{steps.contributors.outputs.htmlList}}
|
||||||
|
|
||||||
- name: Create Tag
|
- name: Create Tag
|
||||||
id: create_tag
|
id: create_tag
|
||||||
uses: jaywcjlove/create-tag-action@main
|
uses: jaywcjlove/create-tag-action@main
|
||||||
|
@ -83,4 +83,17 @@ npm run build # 编译输出 HTML
|
|||||||
npm run start # 监听 md 文件编译输出 HTML
|
npm run start # 监听 md 文件编译输出 HTML
|
||||||
```
|
```
|
||||||
|
|
||||||
- 或者你也可以使用 `pnpm` 或者 `yarn` 做为包管理器
|
或者你也可以使用 `pnpm` 或者 `yarn` 做为包管理器
|
||||||
|
|
||||||
|
|
||||||
|
## 贡献
|
||||||
|
|
||||||
|
请参阅[贡献指南](./CONTRIBUTING.md)了解如何开始。一如既往,感谢我们出色的贡献者!
|
||||||
|
|
||||||
|
<!--GAMFC--><!--GAMFC-END-->
|
||||||
|
|
||||||
|
上图贡献者列表,由 [contributors](https://github.com/jaywcjlove/github-action-contributors) 自动生成贡献者图片。
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
MIT © [Kenny Wong](https://github.com/jaywcjlove)
|
||||||
|
@ -152,9 +152,7 @@ Quick Reference
|
|||||||
|
|
||||||
请参阅[贡献指南](./CONTRIBUTING.md)了解如何开始。一如既往,感谢我们出色的贡献者!
|
请参阅[贡献指南](./CONTRIBUTING.md)了解如何开始。一如既往,感谢我们出色的贡献者!
|
||||||
|
|
||||||
<a href="https://github.com/jaywcjlove/reference/graphs/contributors">
|
<!--GAMFC--><!--GAMFC-END-->
|
||||||
<img src="https://jaywcjlove.github.io/reference/CONTRIBUTORS.svg" />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
上图贡献者列表,由 [contributors](https://github.com/jaywcjlove/github-action-contributors) 自动生成贡献者图片。
|
上图贡献者列表,由 [contributors](https://github.com/jaywcjlove/github-action-contributors) 自动生成贡献者图片。
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user