forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f58b14a
commit a43fac6
Showing
1 changed file
with
4 additions
and
3 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 |
---|---|---|
|
@@ -43,11 +43,12 @@ jobs: | |
git commit -m "Update pinned browser versions" | ||
- name: Create Pull Request | ||
if: env.CHANGES_FOUND == 'true' | ||
uses: peter-evans/create-pull-request@v3 | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
token: ${{ secrets.SELENIUM_CI_TOKEN }} | ||
commit-message: Update pinned browser versions | ||
committer: Selenium CI Bot <[email protected]> | ||
author: Selenium CI Bot <[email protected]> | ||
title: "Automated Browser Version Update" | ||
body: "This is an automated pull request to update pinned browsers and drivers" | ||
branch: "pinned-browsers-${{ github.run_number }}" | ||
labels: update | ||
branch: "pinned-browser-updates" |