From 391265f881f9e9fb6a39cc96a836a69aa1d766ca Mon Sep 17 00:00:00 2001 From: JG2401 <76785435+JG2401@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:18:29 +0100 Subject: [PATCH] Update dependabotautomerge.yml condition modified to automerge also if reopened by anther user --- .github/workflows/dependabotautomerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabotautomerge.yml b/.github/workflows/dependabotautomerge.yml index 1d5fe3f..88b5288 100644 --- a/.github/workflows/dependabotautomerge.yml +++ b/.github/workflows/dependabotautomerge.yml @@ -10,7 +10,7 @@ permissions: jobs: automerge: - if: github.actor == 'dependabot[bot]' + if: github.event.pull_request.user.login == 'dependabot[bot]' runs-on: ubuntu-latest steps: