Skip to content

Commit

Permalink
Fix wrond
Browse files Browse the repository at this point in the history
  • Loading branch information
eliihen authored Aug 14, 2024
1 parent 9dee4b9 commit 0e4337c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Enable auto-merge for Dependabot PRs
if: ${{fromJSON(steps.read-configfile.outputs.result)}}
run: |
gh pr review --approve -b "Dependency matches hashicorp/google-beta, merging" "$PR_URL"
gh pr review --approve -b "Dependency matches pattern found in auto-merge config, merging" "$PR_URL"
gh pr merge --merge --admin "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down

0 comments on commit 0e4337c

Please sign in to comment.