From 52bcc2c9550560902dd9430e043f1076127ec3e2 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 1 Oct 2025 13:01:33 +0100 Subject: [PATCH] Update community PR check to exclude dependabot (#5029) --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 0288b80af..08af7133c 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -49,7 +49,7 @@ jobs: pull-requests: write steps: - name: Check membership - if: github.event.pull_request.user.login != 'renovate[bot]' + if: github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]' uses: tspascoal/get-user-teams-membership@57e9f42acd78f4d0f496b3be4368fc5f62696662 # v3 id: teams with: