mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #19926 - servo:jdm-patch-13, r=emilio
Make the syncing PR a bit harder to mess up. While the system is in testing, it's best to err on the side of making the PRs harder to merge. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19926) <!-- Reviewable:end -->
This commit is contained in:
commit
b20f01f1de
1 changed files with 4 additions and 2 deletions
|
@ -97,12 +97,14 @@ function unsafe_open_pull_request() {
|
|||
git push -f "${REMOTE_NAME}" "${BRANCH_NAME}" || return 3
|
||||
|
||||
# Prepare the pull request metadata.
|
||||
BODY="Automated downstream sync of changes from upstream as of "
|
||||
BODY=":warning: Do not merge this PR without verifying that it "
|
||||
BODY+="is not overwriting local changes to web-platform-tests. :warning:\n\n
|
||||
BODY+="Automated downstream sync of changes from upstream as of "
|
||||
BODY+="${CURRENT_DATE}.\n"
|
||||
BODY+="[no-wpt-sync]"
|
||||
cat <<EOF >prdata.json || return 4
|
||||
{
|
||||
"title": "Sync WPT with upstream (${CURRENT_DATE})",
|
||||
"title": "[WIP] Sync WPT with upstream (${CURRENT_DATE})",
|
||||
"head": "${WPT_SYNC_USER}:${BRANCH_NAME}",
|
||||
"base": "master",
|
||||
"body": "${BODY}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue