File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616 with :
1717 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1818
19- - name : Enable auto- merge for minor and patch updates
19+ - name : Enable merge for minor and patch updates
2020 if : |
2121 steps.metadata.outputs.update-type == 'version-update:semver-minor' ||
2222 steps.metadata.outputs.update-type == 'version-update:semver-patch'
2323 run : |
24- gh pr merge --auto --squash "$PR_URL"
25- gh pr comment "$PR_URL" --body "✅ Auto-merge enabled. This PR will merge automatically once all checks pass."
24+ gh pr merge "$PR_URL"
25+ gh pr comment "$PR_URL" --body "✅ Auto-merge enabled. This PR will merge automatically / added to merge queue, once all checks pass."
2626 env :
2727 PR_URL : ${{ github.event.pull_request.html_url }}
2828 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments