0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-24 15:19:31 -05:00

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}`,
]);