Skip to content

Commit 42ab699

Browse files
mahataCopilot
andauthored
Update .github/workflows/dependabot-automerge.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4c20e03 commit 42ab699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
automerge:
1212
runs-on: ubuntu-latest
13-
if: github.actor == 'dependabot[bot]'
13+
if: github.event.pull_request.user.login == 'dependabot[bot]'
1414
steps:
1515
- name: Fetch Dependabot metadata
1616
id: metadata

0 commit comments

Comments
 (0)