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 f71f108 commit 87c1e78Copy full SHA for 87c1e78
1 file changed
.github/workflows/release.yml
@@ -196,11 +196,11 @@ jobs:
196
--body "Automated update of Eclipse update site for release ${{ env.GH_RELEASE_TAG_NAME }}."
197
198
# Squash and merge the PR, then delete the branch
199
- # gh pr merge \
200
- # --repo CheckmarxDev/ast-eclipse-plugin-update-site \
201
- # --squash \
202
- # --auto \
203
- # --delete-branch
+ gh pr merge \
+ --repo CheckmarxDev/ast-eclipse-plugin-update-site \
+ --squash \
+ --auto \
+ --delete-branch
204
205
206
0 commit comments