From 7938481a367ffb1122903f114ff2c5c08a19689d Mon Sep 17 00:00:00 2001 From: "aswins2108@gmail.com" Date: Sat, 1 Oct 2022 14:46:26 +0530 Subject: [PATCH] Contributors list automated --- .github/workflows/contributors.yml | 14 ++++++++++++++ README.md | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 .github/workflows/contributors.yml diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 0000000..7cdc904 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -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 }} \ No newline at end of file diff --git a/README.md b/README.md index 14bac0b..81c14a3 100644 --- a/README.md +++ b/README.md @@ -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 🍻 + + \ No newline at end of file