From 67ab192609dc34eb8aba93019f9bb0a324cdd5aa Mon Sep 17 00:00:00 2001 From: kreczko Date: Fri, 3 Nov 2023 13:51:24 +0000 Subject: [PATCH] CI: add README contributors action --- .github/workflows/readme.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/readme.yml diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml new file mode 100644 index 0000000..97cd153 --- /dev/null +++ b/.github/workflows/readme.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 }}