Skip to content

Commit a3c3b53

Browse files
committed
fix automerge workflow
1 parent c076513 commit a3c3b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
MERGE_METHOD: "squash"
2121
MERGE_COMMIT_MESSAGE: "pull-request-title"
22-
MERGE_FILTER_AUTHOR: "dependabot"
22+
MERGE_FILTER_AUTHOR: "dependabot[bot]"
2323
MERGE_LABELS: "dependencies"
2424
UPDATE_LABELS: "dependencies"
2525
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)