From f50878cfc8f07bc619de82e8650d7502e9e8bc7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Fri, 5 Feb 2021 23:35:05 +0100 Subject: [PATCH] Add contributors to README. --- .github/workflows/contributors.yml | 11 +++++++++++ README.md | 5 +++++ 2 files changed, 16 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 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 |