Skip to content

Commit e506789

Browse files
authored
Merge branch 'main' into patch-2
2 parents cd4ecee + fee0b3f commit e506789

File tree

476 files changed

+4720
-3755
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

476 files changed

+4720
-3755
lines changed

.dockerignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.git/
2+
node_modules/
3+
.github/
4+
.vscode/
5+
docs/
6+
script/

.github/workflows/automerge-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
# Because we get far too much spam ;_;
7070
- name: Lock conversations
71-
uses: actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
71+
uses: actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d
7272
env:
7373
PR_NUMBER: ${{ github.event.pull_request.number }}
7474
with:

.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@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
20+
- uses: actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d
2121
with:
2222
github-token: ${{ secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES }}
2323
script: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: github.repository == 'github/docs' && github.actor != 'docs-bot'
2424
steps:
2525
- id: membership_check
26-
uses: actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
26+
uses: actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d
2727
env:
2828
TEAM_CONTENT_REPO: ${{ secrets.TEAM_CONTENT_REPO }}
2929
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 == 'rest-description' || github.event.label.name == 'graphql-description') && 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@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
22+
uses: actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d
2323
id: triggered-by-member
2424
with:
2525
github-token: ${{secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES}}

.github/workflows/first-responder-docs-content.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Check if the event originated from a team member
27-
uses: actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
27+
uses: actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d
2828
id: set-result
2929
with:
3030
github-token: ${{secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES}}
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Remove card from project
74-
uses: actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
74+
uses: actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d
7575
with:
7676
github-token: ${{secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES}}
7777
result-encoding: string

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- id: membership_check
24-
uses: actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c
24+
uses: actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d
2525
with:
2626
github-token: ${{ secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES }}
2727
script: |

.github/workflows/link-check-dotcom.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/link-check-ghae.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/link-check-ghec.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)