From dffffa8df6ee80a5b76a150b53bcfc7e43d04852 Mon Sep 17 00:00:00 2001 From: modem7 Date: Fri, 31 Jul 2026 02:01:51 +0100 Subject: [PATCH] ci: skip auto-assign-pr reviewer request for renovate[bot] PRs --- .github/workflows/autoassign.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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