mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-28 16:21:04 -05:00
build: fix autoroller PR title edit (#681)
This commit is contained in:
parent
80cde19102
commit
2c2b1a967c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ if (isPrOpen) {
|
||||||
"gh",
|
"gh",
|
||||||
"pr",
|
"pr",
|
||||||
"edit",
|
"edit",
|
||||||
`denoland:${AUTOROLL_BRANCH}`,
|
AUTOROLL_BRANCH,
|
||||||
"--title",
|
"--title",
|
||||||
`Rolling to V8 ${newVersion}`,
|
`Rolling to V8 ${newVersion}`,
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue