Skip to content

Commit

Permalink
merge dependabot PR if CI passes
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Busko <pavel.busko@sap.com>
  • Loading branch information
modulo11 and pbusko committed Jun 18, 2024
1 parent d0cd949 commit 7eaccc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
else echo "PR already approved, skipping additional approvals to minimize emails/notification noise.";
fi
# gh pr merge --merge --rebase "$PR_URL"
gh pr merge --merge --rebase "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7eaccc4

Please sign in to comment.