You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${{ steps.merge_master.outputs.mergeable == 'true' && 'This PR is ready to be merged.' || 'A separate PR will be needed to merge `3.3.x` into `master`.' }}
65
-
66
-
- name: Update comment on PR
67
-
if: steps.fc.outputs.comment-id != ''
68
-
uses: peter-evans/create-or-update-comment@v4
69
-
with:
70
-
token: ${{ secrets.GITHUB_TOKEN }}
71
59
comment-id: ${{ steps.fc.outputs.comment-id }}
60
+
edit-mode: replace
72
61
body: |
73
62
The attempt to merge branch `3.3.x` into `master` has completed after considering the changes in this PR.
0 commit comments