Assign bot reviewer for automated sync PRs.

This commit is contained in:
Josh Matthews 2019-09-30 10:09:49 -04:00 committed by GitHub
parent 402db83b2b
commit 9e575d6357
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,8 @@ function unsafe_open_pull_request() {
# Prepare the pull request metadata.
BODY="Automated downstream sync of changes from upstream as of "
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
{
"title": "Sync WPT with upstream (${CURRENT_DATE})",