Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a93bde

Browse filesBrowse files
MikeMcC399aduh95
authored andcommitted
tools: update gr2m/create-or-update-pull-request-action to v1.10.1
Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> PR-URL: #63065 Fixes: #62990 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
1 parent 99bb02f commit 5a93bde
Copy full SHA for 5a93bde

6 files changed

+8-7Lines changed: 8 additions & 7 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/find-inactive-collaborators.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/find-inactive-collaborators.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: tools/find-inactive-collaborators.mjs
3434

3535
- name: Open pull request
36-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
36+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
3737
# Creates a PR or update the Action's existing PR, or
3838
# no-op if the base branch is already up-to-date.
3939
env:
Collapse file

‎.github/workflows/find-inactive-tsc.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/find-inactive-tsc.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: tools/find-inactive-tsc.mjs >> $GITHUB_ENV
4343

4444
- name: Open pull request
45-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
45+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
4646
# Creates a PR or update the Action's existing PR, or
4747
# no-op if the base branch is already up-to-date.
4848
env:
Collapse file

‎.github/workflows/license-builder.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/license-builder.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323
- run: ./tools/license-builder.sh # Run the license builder tool
24-
- uses: gr2m/create-or-update-pull-request-action@86ec1766034c8173518f61d2075cc2a173fb8c97 # v1.9.4
24+
- uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
2525
# Creates a PR or update the Action's existing PR, or
2626
# no-op if the base branch is already up-to-date.
2727
env:
Collapse file

‎.github/workflows/timezone-update.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/timezone-update.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151

5252
- name: Open Pull Request
5353
if: ${{ env.new_version != env.current_version }}
54-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5 # Create a PR or update the Action's existing PR
54+
# Create a PR or update the Action's existing PR
55+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
5556
env:
5657
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
5758
with:
Collapse file

‎.github/workflows/update-openssl.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/update-openssl.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
2929
- name: Create PR with first commit
3030
if: env.NEW_VERSION
31-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
31+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
3232
# Creates a PR with the new OpenSSL source code committed
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
5151
- name: Add second commit
5252
# Adds a second commit to the PR with the generated platform-dependent files
5353
if: env.NEW_VERSION
54-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
54+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
5757
with:
Collapse file

‎.github/workflows/update-wpt.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/update-wpt.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
SUBSYSTEM: ${{ matrix.subsystem }}
6969

7070
- name: Open or update PR for the subsystem update
71-
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
71+
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
7272
with:
7373
# The create-or-update-pull-request-action matches the branch name by prefix,
7474
# which is why we need to add the -wpt suffix. If we dont do that, we risk matching wrong PRs,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.