diff --git a/.github/workflows/reademe-contributors-zh-CN.yml b/.github/workflows/reademe-contributors-zh-CN.yml new file mode 100644 index 0000000..bf5f0e8 --- /dev/null +++ b/.github/workflows/reademe-contributors-zh-CN.yml @@ -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 }} diff --git a/.github/workflows/reademe-contributors.yml b/.github/workflows/reademe-contributors.yml new file mode 100644 index 0000000..8aa092a --- /dev/null +++ b/.github/workflows/reademe-contributors.yml @@ -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 }} diff --git a/README.md b/README.md index 790359a..6afe990 100644 --- a/README.md +++ b/README.md @@ -130,3 +130,13 @@ Support modern browsers, not IE ## License [MIT](./LICENSE) + +## Collaborators + + + + +## Contributors + + + diff --git a/README.zh-CN.md b/README.zh-CN.md index 3aeebe5..97fb546 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -130,3 +130,13 @@ pnpm run build:pro ## 许可证 [MIT](./LICENSE) + +## 合作者 + + + + +## 贡献者 + + +