build: fix autoroller PR title edit (#681)

This commit is contained in:
Luca Casonato 2021-05-04 19:17:53 +02:00 committed by GitHub
parent 80cde19102
commit 2c2b1a967c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ if (isPrOpen) {
"gh",
"pr",
"edit",
`denoland:${AUTOROLL_BRANCH}`,
AUTOROLL_BRANCH,
"--title",
`Rolling to V8 ${newVersion}`,
]);