From 42816ca6a6131c710417004d48f9f421dcfbd464 Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Mon, 27 May 2024 13:10:39 +0800 Subject: [PATCH] Revert "approve if the PR branch belongs to dependabot" This reverts commit aabcdc474fc09cc0e0a3e1f893f51a0677da2cb5. --- .github/workflows/auto-dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-dependabot.yml b/.github/workflows/auto-dependabot.yml index b84d3cd8..512a43f6 100644 --- a/.github/workflows/auto-dependabot.yml +++ b/.github/workflows/auto-dependabot.yml @@ -27,7 +27,7 @@ jobs: # Pull request Auto merge is not enabled for this repository dependabot: runs-on: ubuntu-latest - if: startsWith(github.head_ref, 'dependabot/') + if: github.event.pull_request.user.login == 'dependabot[bot]' steps: - name: Dependabot metadata id: metadata