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:
parent
80cde19102
commit
2c2b1a967c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ if (isPrOpen) {
|
|||
"gh",
|
||||
"pr",
|
||||
"edit",
|
||||
`denoland:${AUTOROLL_BRANCH}`,
|
||||
AUTOROLL_BRANCH,
|
||||
"--title",
|
||||
`Rolling to V8 ${newVersion}`,
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue