We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365756e commit 0be4b2dCopy full SHA for 0be4b2d
.github/workflows/auto-merge.yml
@@ -35,7 +35,7 @@ jobs:
35
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
36
37
- name: Auto-merge dependabot PRs for golang.org updates
38
- if: contains(steps.metadata.outputs.dependency-group, 'golang.org-dependencies')
+ if: contains(steps.metadata.outputs.dependency-names, 'golang.org')
39
run: gh pr merge --auto --rebase "$PR_URL"
40
env:
41
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments