File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 53
53
ORG_FORK_MESSAGE : >-
54
54
:no_entry: It looks like @BrewTestBot cannot push to your PR branch. Please open
55
55
future pull requests from a non-organization fork to simplify the merge process.
56
+ BOTTLE_COMMIT_PUSH_MESSAGE : >-
57
+ Please **do not** push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from.
58
+ If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.
56
59
57
60
jobs :
58
61
check :
@@ -279,8 +282,14 @@ jobs:
279
282
with :
280
283
token : ${{secrets.GITHUB_TOKEN}}
281
284
issue : ${{inputs.pull_request}}
282
- body : " :shipit: @${{github.actor}} has [requested bottles to be published to this PR](${{env.RUN_URL}})."
283
- bot_body : " :robot: An automated task has [requested bottles to be published to this PR](${{env.RUN_URL}})."
285
+ body : |
286
+ :shipit: @${{github.actor}} has [requested bottles to be published to this PR](${{env.RUN_URL}}).
287
+
288
+ ${{env.BOTTLE_COMMIT_PUSH_MESSAGE}}
289
+ bot_body : |
290
+ :robot: An automated task has [requested bottles to be published to this PR](${{env.RUN_URL}}).
291
+
292
+ ${{env.BOTTLE_COMMIT_PUSH_MESSAGE}}
284
293
bot : github-actions[bot]
285
294
286
295
- name : Set up Homebrew
You can’t perform that action at this time.
0 commit comments