diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index 4e763a2..ea86e46 100644 --- 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