diff --git a/.github/workflows/reademe-contributors.yml b/.github/workflows/reademe-contributors.yml new file mode 100644 index 0000000..4e9efae --- /dev/null +++ b/.github/workflows/reademe-contributors.yml @@ -0,0 +1,19 @@ +# 监听 master 分支 +on: + push: + branches: + - main + +# action 名称 +name: Contributes + +jobs: + # 任务 + contrib-readme-en-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: ${{ CONTRIBUTORS_TOKEN }} diff --git a/README.md b/README.md index ba97d0c..5626b58 100644 --- a/README.md +++ b/README.md @@ -117,5 +117,9 @@ Q: 文件保存时全部爆红? A: `vscode` 请安装项目推荐插件,或手动安装 `Eslint` 插件。 +## 贡献者 + + + ## License MIT © [ChenZhaoYu](./license)