diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 00000000..2c03bba7 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,11 @@ +on: [push, pull_request] + +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.1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index e2e5c969..ba957b88 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,11 @@ TEMPLATES = [ ] ``` +# Contributors + + + + # Compatiblity | Python version | Django version |