From eb9f5cdb9aa19dc4edac8ec04f28bfdaf6a907fe Mon Sep 17 00:00:00 2001 From: MKStoler Date: Fri, 6 Dec 2024 06:44:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=8D=A2=E4=B8=BA=20All-Cont?= =?UTF-8?q?ributors=20bot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/readme-contributors.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/readme-contributors.yaml diff --git a/.github/workflows/readme-contributors.yaml b/.github/workflows/readme-contributors.yaml deleted file mode 100644 index 9f51a25..0000000 --- a/.github/workflows/readme-contributors.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Update Contributors list in Readme - -on: - push: - branches: - - master - -jobs: - contrib-readme-job: - runs-on: ubuntu-latest - name: A job to automate contrib in readme - permissions: - contents: write - pull-requests: write - steps: - - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.10 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}