docs: automatically add contributors to readme

This commit is contained in:
zhom
2025-06-18 05:38:38 +04:00
parent fcdb80f75a
commit 2f9a17c6e0
3 changed files with 23 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Automatically update the contributors list in the README
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@1ff4c56187458b34cd602aee93e897344ce34bfc #v2.3.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}