-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
major version rolls will result in a feature commit, that would bump the package version in a way that allows for patch releases for the previus major browser version.
- Loading branch information
Showing
4 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,14 +29,15 @@ jobs: | |
- name: Update browser pin and devtools-protocol | ||
run: node tools/update_chrome_revision.mjs | ||
- name: Create Pull Request | ||
if: ${{ steps.update.outputs.commit }} | ||
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 | ||
with: | ||
token: ${{ secrets.BROWSER_AUTOMATION_BOT_TOKEN }} | ||
branch: browser-automation-bot/update-browser-version | ||
delete-branch: true | ||
committer: Browser Automation Bot <[email protected]> | ||
author: Browser Automation Bot <[email protected]> | ||
commit-message: 'build(chrome): update the pinned browser version' | ||
title: 'build(chrome): update the pinned browser version' | ||
commit-message: ${{ steps.update.outputs.commit }} | ||
title: ${{ steps.update.outputs.commit }} | ||
body: 'Automatically generated by https://github.com/GoogleChromeLabs/chromium-bidi/blob/main/.github/workflows/update-browser-version.yml' | ||
push-to-fork: browser-automation-bot/chromium-bidi |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters