workflow: add contributors readme action
This commit is contained in:
16
.github/workflows/reademe-contributors-zh-CN.yml
vendored
Normal file
16
.github/workflows/reademe-contributors-zh-CN.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
contrib-readme-job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: A job to automate contrib in readme
|
||||||
|
steps:
|
||||||
|
- name: Contribute List
|
||||||
|
uses: akhilmhdh/contributors-readme-action@v2.3.4
|
||||||
|
with:
|
||||||
|
readme_path: README.zh-CN.md
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
14
.github/workflows/reademe-contributors.yml
vendored
Normal file
14
.github/workflows/reademe-contributors.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
contrib-readme-job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: A job to automate contrib in readme
|
||||||
|
steps:
|
||||||
|
- name: Contribute List
|
||||||
|
uses: akhilmhdh/contributors-readme-action@v2.3.4
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
10
README.md
10
README.md
@@ -130,3 +130,13 @@ Support modern browsers, not IE
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT](./LICENSE)
|
[MIT](./LICENSE)
|
||||||
|
|
||||||
|
## Collaborators
|
||||||
|
|
||||||
|
<!-- readme: collaborators -start -->
|
||||||
|
<!-- readme: collaborators -end -->
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
<!-- readme: contributors -start -->
|
||||||
|
<!-- readme: contributors -end -->
|
||||||
|
|||||||
@@ -130,3 +130,13 @@ pnpm run build:pro
|
|||||||
## 许可证
|
## 许可证
|
||||||
|
|
||||||
[MIT](./LICENSE)
|
[MIT](./LICENSE)
|
||||||
|
|
||||||
|
## 合作者
|
||||||
|
|
||||||
|
<!-- readme: collaborators -start -->
|
||||||
|
<!-- readme: collaborators -end -->
|
||||||
|
|
||||||
|
## 贡献者
|
||||||
|
|
||||||
|
<!-- readme: contributors -start -->
|
||||||
|
<!-- readme: contributors -end -->
|
||||||
|
|||||||
Reference in New Issue
Block a user