mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
Update dependabotautomerge.yml
condition modified to automerge also if reopened by anther user
This commit is contained in:
2
.github/workflows/dependabotautomerge.yml
vendored
2
.github/workflows/dependabotautomerge.yml
vendored
@@ -10,7 +10,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
automerge:
|
automerge:
|
||||||
if: github.actor == 'dependabot[bot]'
|
if: github.event.pull_request.user.login == 'dependabot[bot]'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user