feat: add automated contributors section to README

This commit is contained in:
krau
2025-04-18 21:17:31 +08:00
parent 789c14134c
commit 99f8f0cb27
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -24,6 +24,11 @@
- [爱发电](https://afdian.com/a/acherkrau) - [爱发电](https://afdian.com/a/acherkrau)
## Contributors
<!-- readme: contributors -start -->
<!-- readme: contributors -end -->
## Thanks ## Thanks
- [gotd](https://github.com/gotd/td) - [gotd](https://github.com/gotd/td)