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