Create reademe-contributors

This commit is contained in:
xzwang 2024-01-18 23:07:24 +08:00 committed by GitHub
parent 383138c260
commit 8f0aa6643d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
.github/workflows/reademe-contributors vendored Normal file
View File

@ -0,0 +1,14 @@
on:
push:
branches:
- main
name: Generate a list of contributors
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: ${{ secrets.CONTRIBUTORS_TOKEN }}