From 36d2a5b9ffc2fd8360a6bef78b3ff638cc6b8de1 Mon Sep 17 00:00:00 2001 From: shufo Date: Mon, 1 Aug 2022 07:54:20 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20revert=20contributors=20ac?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 00000000..5836e0f8 --- /dev/null +++ b/.github/workflows/contributors.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.5 + env: + GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}