docs(readme): 自动生成贡献者名单

This commit is contained in:
菲鸽
2024-02-19 18:31:49 +08:00
parent e0b02436ac
commit 8273da5141
2 changed files with 25 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
on:
push:
branches:
- main
name: Generate a list of contributors
jobs:
contrib-readme-en-job:
runs-on: ubuntu-latest
permissions:
contents: write
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.4
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}