From efd4d14bfcddf21d6499df3eb37d9ebe3d17f5ff Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Thu, 14 Oct 2021 12:49:19 -0400 Subject: [PATCH] update auto-contributor action (#1668) Signed-off-by: Niels Bantilan --- .github/workflows/contributors.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/contributors.yaml b/.github/workflows/contributors.yaml index 2e2883914a..9a4956ff7b 100644 --- a/.github/workflows/contributors.yaml +++ b/.github/workflows/contributors.yaml @@ -7,7 +7,6 @@ on: jobs: contributors: runs-on: ubuntu-latest - if: ${{ !startsWith( github.event.head_commit.message , '[auto-update-contributors]' ) }} steps: - uses: actions/checkout@v2 - name: GitHub Contributors Action @@ -29,7 +28,7 @@ jobs: author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: true branch: auto-update-contributors - base: contributors-action + base: master delete-branch: true title: 'auto-update contributors' labels: auto-update-contributors