Skip to content

Commit 1988619

Browse files
authored
Merge pull request #43924 from github/repo-sync
Repo sync
2 parents b9033f5 + 8f20272 commit 1988619

31 files changed

Lines changed: 85 additions & 59 deletions

.github/workflows/auto-add-ready-for-doc-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Check team membership
3131
id: membership_check
32-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
32+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3333
with:
3434
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
3535
script: |

.github/workflows/auto-close-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
# Because we get far too much spam ;_;
5252
- name: Lock conversations
53-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
53+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
5454
env:
5555
PR_NUMBER: ${{ github.event.pull_request.number }}
5656
with:

.github/workflows/changelog-prompt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Check if PR author is in docs-content team
2222
id: check_team
23-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
23+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2424
with:
2525
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
2626
script: |
@@ -41,7 +41,7 @@ jobs:
4141

4242
if: env.CONTINUE_WORKFLOW == 'true'
4343

44-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
44+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4545
with:
4646
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
4747
script: |

.github/workflows/check-for-spammy-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.repository == 'github/docs'
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
20+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
2121
with:
2222
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
2323
script: |

.github/workflows/close-bad-repo-sync-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Close pull request if unwanted
25-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
25+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
2626
with:
2727
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
2828
script: |

.github/workflows/confirm-internal-staff-work-in-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: github.repository == 'github/docs' && github.actor != 'docs-bot'
2525
steps:
2626
- id: membership_check
27-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
27+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
2828
env:
2929
TEAM_CONTENT_REPO: ${{ secrets.TEAM_CONTENT_REPO }}
3030
with:

.github/workflows/copy-api-issue-to-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: github.event.label.name == 'fix-internally' && github.repository == 'github/docs'
2020
steps:
2121
- name: Check if this run was triggered by a member of the docs team
22-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
22+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
2323
id: triggered-by-member
2424
with:
2525
github-token: ${{secrets.DOCS_BOT_PAT_BASE}}

.github/workflows/create-changelog-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Check that the user belongs to the github org
3636
id: hubber_check
37-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
37+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
3838
with:
3939
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
4040
script: |
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Create a pull request
107107
if: env.CONTINUE_WORKFLOW == 'true'
108-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
108+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
109109
id: create_pull_request
110110
with:
111111
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
@@ -124,7 +124,7 @@ jobs:
124124
125125
- name: Add 'ready-for-doc-review' and 'skip FR board' labels to PR
126126
if: env.CONTINUE_WORKFLOW == 'true'
127-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
127+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
128128
env:
129129
# Get the number of the PR that was just created:
130130
PULL_REQUEST_NUMBER: ${{ steps.create_pull_request.outputs.pull-request-number }}
@@ -140,7 +140,7 @@ jobs:
140140
141141
- name: Assign PR to commenter
142142
if: env.CONTINUE_WORKFLOW == 'true'
143-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
143+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
144144
env:
145145
# Reuse the PR number captured earlier
146146
PULL_REQUEST_NUMBER: ${{ steps.create_pull_request.outputs.pull-request-number }}

.github/workflows/feedback-prompt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Check if PR author is in docs-content team
2222
id: check_team
23-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
23+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2424
with:
2525
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
2626
script: |
@@ -41,7 +41,7 @@ jobs:
4141

4242
if: env.NON_DOCS_HUBBER == 'true'
4343

44-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
44+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4545
with:
4646
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
4747
script: |

.github/workflows/hubber-contribution-help.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2727

2828
- id: membership_check
29-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
29+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
3030
with:
3131
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
3232
script: |

0 commit comments

Comments
 (0)