diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index 4e763a2..cbce3c7 100755 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -19,7 +19,7 @@ jobs: assignees: modem7 auto-assign-pr: - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' && github.actor != 'renovate[bot]' runs-on: ubuntu-latest permissions: pull-requests: write @@ -27,4 +27,4 @@ jobs: - name: 'Auto-assign PR' uses: pozil/auto-assign-issue@v4.0.1 with: - assignees: modem7 \ No newline at end of file + assignees: modem7