Skip to content

Commit

Permalink
Uses fixed branches for PRs.
Browse files Browse the repository at this point in the history
Fixes the upgrade commit message.
  • Loading branch information
tommie committed Dec 25, 2023
1 parent edddff6 commit 20f0fd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/v8build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ jobs:
deps/include/
deps/v8
deps/v8_hash
branch-suffix: random
branch: workflow/v8build
delete-branch: true
6 changes: 3 additions & 3 deletions .github/workflows/v8upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
if: ${{ steps.check_v8.has_upgrade }} == 'y'
uses: peter-evans/create-pull-request@v5
with:
commit-message: Records new V8 release (${{ steps.check_v8.has_latest_v8_hash }})
title: Records new V8 release (${{ steps.check_v8.has_latest_v8_hash }})
commit-message: Records new V8 release (${{ steps.check_v8.latest_v8_hash }})
title: Records new V8 release (${{ steps.check_v8.latest_v8_hash }})
body: |
This is an automated bump of the V8 release hash based on the Chromium dashboard.
Code changes will happen on the next run of the build workflow.
add-paths: deps/latest_v8_hash
branch-suffix: random
branch: workflow/v8upgrade
delete-branch: true

0 comments on commit 20f0fd5

Please sign in to comment.