File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 80
80
- name : Update restate-web-ui version
81
81
run : cargo add restate-web-ui --git https://github.com/restatedev/restate-web-ui-crate --tag ${{ needs.release.outputs.tag }} --package restate-admin --optional
82
82
- name : Create Pull Request
83
- id : cpr
84
83
uses : peter-evans/create-pull-request@v7
85
84
with :
86
85
token : ${{ secrets.TOKEN_FOR_RESTATE_REPO }}
93
92
body : |
94
93
[UI] Updating Restate UI to ${{ needs.release.outputs.tag }}
95
94
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
You can’t perform that action at this time.
0 commit comments