Skip to content

Commit

Permalink
✨ add readme with contributors list
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed May 20, 2024
1 parent c3ca745 commit 5dd6377
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/contribute-list.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Contributors readme action

on:
push:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: 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 }}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,13 @@ Check out our [CHANGELOG.md](./CHANGELOG.md) for the latest updates.
Your contributions are welcome! Let's make this project even better together.
## Contributors ✨
Thanks go to these wonderful people:
<!-- readme: collaborators,contributors -start -->
<!-- readme: collaborators,contributors -end -->
## ❤️ Like Our Work?
Support us with a star ⭐ on GitHub!
Expand Down

0 comments on commit 5dd6377

Please sign in to comment.