From 9b7ec6621267d93764616ca02b0189ca1a748c32 Mon Sep 17 00:00:00 2001 From: Paulo V T Silva Date: Mon, 19 Aug 2024 22:41:39 -0300 Subject: [PATCH] ajust conditional --- .github/workflows/auto-assign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 34434c4..574aac4 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -37,7 +37,7 @@ jobs: assing-contributor-on-pr: runs-on: ubuntu-latest - if: ${{github.event_name == 'pull_request' || github.event.pull_request.assignees.length == 0}} + if: ${{github.event_name == 'pull_request' && github.event.pull_request.assignees.length == 0}} steps: - name: Checkout uses: actions/checkout@v4.1.7