mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Auto merge of #24322 - servo:jdm-patch-58, r=nox
Assign bot reviewer for automated sync PRs. <!-- 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/24322) <!-- Reviewable:end -->
This commit is contained in:
commit
ed21744688
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ function unsafe_open_pull_request() {
|
||||||
# Prepare the pull request metadata.
|
# Prepare the pull request metadata.
|
||||||
BODY="Automated downstream sync of changes from upstream as of "
|
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]\n"
|
||||||
|
BODY+="r? @servo-wpt-sync\n"
|
||||||
cat <<EOF >prdata.json || return 4
|
cat <<EOF >prdata.json || return 4
|
||||||
{
|
{
|
||||||
"title": "Sync WPT with upstream (${CURRENT_DATE})",
|
"title": "Sync WPT with upstream (${CURRENT_DATE})",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue