Skip to content

Commit ba82f25

Browse files
committed
update workflow
Signed-off-by: Nik Nasr <[email protected]>
1 parent aa75982 commit ba82f25

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
- name: Update restate-web-ui version
8181
run: cargo add restate-web-ui --git https://github.com/restatedev/restate-web-ui-crate --tag ${{ needs.release.outputs.tag }} --package restate-admin --optional
8282
- name: Create Pull Request
83-
id: cpr
8483
uses: peter-evans/create-pull-request@v7
8584
with:
8685
token: ${{ secrets.TOKEN_FOR_RESTATE_REPO }}
@@ -93,10 +92,3 @@ jobs:
9392
body: |
9493
[UI] Updating Restate UI to ${{ needs.release.outputs.tag }}
9594
published at https://github.com/restatedev/restate-web-ui/releases/download/${{ needs.release.outputs.tag }}/ui-${{ needs.release.outputs.tag }}.zip
96-
- name: Enable Pull Request Automerge
97-
if: steps.cpr.outputs.pull-request-operation == 'created'
98-
uses: peter-evans/enable-pull-request-automerge@v3
99-
with:
100-
token: ${{ secrets.TOKEN_FOR_RESTATE_REPO }}
101-
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
102-
merge-method: squash

0 commit comments

Comments
 (0)