Contributors list automated

This commit is contained in:
aswins2108@gmail.com 2022-10-01 14:46:26 +05:30
parent 7a91d8527e
commit 7938481a36
2 changed files with 19 additions and 0 deletions

14
.github/workflows/contributors.yml vendored Normal file
View File

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

View File

@ -39,3 +39,8 @@ You can contribute by adding new scripts, improving current scripts or Documenta
- [x] Pull latest change from upstream branch before starting the changing code.
- [x] Add your file in proper folder(lowercase) with README.md in it. Add requirements.txt if needed.
- [x] Please use flake8 linting in your code (See below to check flake8 linting)
# Contributors 💪😎
Thanks a lot for spending your time helping! Keep rocking 🍻
<!-- readme: contributors -start -->
<!-- readme: contributors -end -->