mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Auto merge of #21434 - servo:jdm-patch-19, r=jdm
Remove warnings about WPT syncing process. The process is well understood now and they're just annoying to remove every time. <!-- 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/21434) <!-- Reviewable:end -->
This commit is contained in:
commit
d34403047e
1 changed files with 2 additions and 4 deletions
|
@ -95,14 +95,12 @@ function unsafe_open_pull_request() {
|
||||||
git push -f "${REMOTE_NAME}" "${BRANCH_NAME}" &>/dev/null || return 3
|
git push -f "${REMOTE_NAME}" "${BRANCH_NAME}" &>/dev/null || return 3
|
||||||
|
|
||||||
# Prepare the pull request metadata.
|
# Prepare the pull request metadata.
|
||||||
BODY=":warning: Do not merge this PR without verifying that it "
|
BODY="Automated downstream sync of changes from upstream as of "
|
||||||
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+="${CURRENT_DATE}.\n"
|
||||||
BODY+="[no-wpt-sync]"
|
BODY+="[no-wpt-sync]"
|
||||||
cat <<EOF >prdata.json || return 4
|
cat <<EOF >prdata.json || return 4
|
||||||
{
|
{
|
||||||
"title": "[WIP] Sync WPT with upstream (${CURRENT_DATE})",
|
"title": "Sync WPT with upstream (${CURRENT_DATE})",
|
||||||
"head": "${WPT_SYNC_USER}:${BRANCH_NAME}",
|
"head": "${WPT_SYNC_USER}:${BRANCH_NAME}",
|
||||||
"base": "master",
|
"base": "master",
|
||||||
"body": "${BODY}",
|
"body": "${BODY}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue