From 81ddfa41b5365ebceddfb9ffed9a282dcd118007 Mon Sep 17 00:00:00 2001 From: Andrew Gierens Date: Mon, 4 Dec 2023 20:49:29 +1100 Subject: [PATCH] Create contrib.yaml --- .github/workflows/contrib.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/contrib.yaml diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml new file mode 100644 index 0000000..6d412b8 --- /dev/null +++ b/.github/workflows/contrib.yaml @@ -0,0 +1,13 @@ +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.3.6 + env: + GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'