mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #19932 - servo:jdm-patch-14, r=aneeshusa
Fix syntax error in WPT syncing script. <!-- 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/19932) <!-- Reviewable:end -->
This commit is contained in:
commit
1662fd7357
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ function unsafe_open_pull_request() {
|
|||
|
||||
# Prepare the pull request metadata.
|
||||
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+="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]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue