From 16a1b5c000de2fbcacbece75b9ccffac7f612285 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Sun, 16 Oct 2022 18:06:48 +0800 Subject: [PATCH] Tentative contributor update action --- .github/workflows/reademe-contributors.yml | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/reademe-contributors.yml b/.github/workflows/reademe-contributors.yml index 34476f4b..dab4bbb1 100644 --- a/.github/workflows/reademe-contributors.yml +++ b/.github/workflows/reademe-contributors.yml @@ -18,23 +18,23 @@ # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -on: - push: - branches: - - develop - -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 - with: - image_size: 50 - columns_per_row: 9 - committer_email: wechat202110@163.com - committer_username: hippo4jbot[bot] - commit_message: 'Update the list of contributors' - env: - GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} +#on: +# push: +# branches: +# - develop +# +#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 +# with: +# image_size: 50 +# columns_per_row: 9 +# committer_email: wechat202110@163.com +# committer_username: hippo4jbot[bot] +# commit_message: 'Update the list of contributors' +# env: +# GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}