From e29bbfd3b4d76020abf0171149f03ddff828d093 Mon Sep 17 00:00:00 2001 From: "Federico M. Facca" Date: Wed, 27 Sep 2023 19:32:10 +0200 Subject: [PATCH] Update add-to-project.yaml --- .github/workflows/add-to-project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml index 40a7ddf1..996ea26d 100644 --- a/.github/workflows/add-to-project.yaml +++ b/.github/workflows/add-to-project.yaml @@ -46,7 +46,7 @@ jobs: name: Add Pull Request Reviewer runs-on: ubuntu-latest steps: - - name: Add reviewers + - if: github.event_name == 'pull_request' uses: rhs/add-reviewer-gh-action@1.0.6 with: reviewers: ${{ inputs.reviewers != '' && inputs.reviewers || '@zaphiro-technologies/backend-devs' }}