Skip to content

Commit 0be4b2d

Browse files
committed
Enabled golang.org dep auto-merge
Signed-off-by: Youyuan Wu <[email protected]>
1 parent 365756e commit 0be4b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
3636

3737
- name: Auto-merge dependabot PRs for golang.org updates
38-
if: contains(steps.metadata.outputs.dependency-group, 'golang.org-dependencies')
38+
if: contains(steps.metadata.outputs.dependency-names, 'golang.org')
3939
run: gh pr merge --auto --rebase "$PR_URL"
4040
env:
4141
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)