Update dependabotautomerge.yml

condition modified to automerge also if reopened by anther user
This commit is contained in:
JG2401
2026-02-16 11:18:29 +01:00
committed by GitHub
parent 71d09d5b4d
commit 391265f881

View File

@@ -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: