Skip to content

Commit 116bd80

Browse files
authored
Merge pull request #163 from go-openapi/users/youyuanwu/enable-golang-org-dep-auto-merge
Enabled golang.org dep-bot auto-merge
2 parents 365756e + 0be4b2d commit 116bd80

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)