diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index bed7c73..dbf007a 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -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 }}