From 3eb544d378e276bc1ee7478df5e2ece8a66c6fbb Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 26 Mar 2021 16:35:21 +0100 Subject: [PATCH] Create contributors.yml --- .github/workflows/contributors.yml | 14 ++++++++++++++ 1 file changed, 14 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..76bdb29 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,14 @@ +on: + push: + branches: + - master + +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.1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}