Skip to content

Commit

Permalink
Docs: add Contributors part
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed May 15, 2024
1 parent 0655ad3 commit c15b3f8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/contribute-list.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 @@ -190,6 +190,13 @@ We're trying to improve performance. If you have a better solution, please open

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## Contributors ✨

Thanks go to these wonderful people:

<!-- readme: collaborators,contributors -start -->
<!-- readme: collaborators,contributors -end -->

## License

MIT
Expand Down

0 comments on commit c15b3f8

Please sign in to comment.