Skip to content

Commit 6f55e33

Browse files
committed
Merge branch 'sophie-6156-rename' of https://github.com/github/docs-internal into sophie-6156-rename
2 parents f713d36 + f46c131 commit 6f55e33

File tree

1,809 files changed

+29079
-20131
lines changed

Some content is hidden

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

1,809 files changed

+29079
-20131
lines changed

.github/actions-scripts/enterprise-server-issue-templates/release-issue.md

Lines changed: 1 addition & 4 deletions

.github/workflows/check-broken-links-github-github.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,19 @@ jobs:
5050
- name: Install Node.js dependencies
5151
run: npm ci
5252

53+
- name: Build server
54+
run: npm run build
55+
56+
- name: Start server in the background
57+
env:
58+
NODE_ENV: production
59+
PORT: 4000
60+
run: |
61+
62+
node server.mjs &
63+
sleep 5
64+
curl --retry-connrefused --retry 3 -I http://localhost:4000/
65+
5366
- name: Run broken github/github link check
5467
run: |
5568
script/check-github-github-links.js > broken_github_github_links.md

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
34-
- uses: github/codeql-action/init@1a927e9307bc11970b2c679922ebc4d03a5bd980
34+
- uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78
3535
with:
3636
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp} (not YET ruby, sorry!)
37-
- uses: github/codeql-action/analyze@1a927e9307bc11970b2c679922ebc4d03a5bd980
37+
- uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78
3838
continue-on-error: true

.github/workflows/enterprise-dates.yml

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

5656
- name: Create pull request
5757
id: create-pull-request
58-
uses: peter-evans/create-pull-request@f22a7da129c901513876a2380e2dae9f8e145330
58+
uses: peter-evans/create-pull-request@bd72e1b7922d417764d27d30768117ad7da78a0e
5959
env:
6060
# Disable pre-commit hooks; they don't play nicely here
6161
HUSKY: '0'

.github/workflows/remove-unused-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Remove script results file
4545
run: rm ./results.md
4646
- name: Create pull request
47-
uses: peter-evans/create-pull-request@f22a7da129c901513876a2380e2dae9f8e145330
47+
uses: peter-evans/create-pull-request@bd72e1b7922d417764d27d30768117ad7da78a0e
4848
env:
4949
# Disable pre-commit hooks; they don't play nicely here
5050
HUSKY: '0'

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
github_token: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
121121

122122
- name: Create pull request
123-
uses: repo-sync/pull-request@65194d8015be7624d231796ddee1cd52a5023cb3
123+
uses: repo-sync/pull-request@9152b1c4aeeab247ba2ce12c5d7e693d287bf1b9
124124
env:
125125
GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
126126
with:

.github/workflows/update-graphql-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
script/graphql/update-files.js
4949
- name: Create pull request
5050
id: create-pull-request
51-
uses: peter-evans/create-pull-request@f22a7da129c901513876a2380e2dae9f8e145330
51+
uses: peter-evans/create-pull-request@bd72e1b7922d417764d27d30768117ad7da78a0e
5252
env:
5353
# Disable pre-commit hooks; they don't play nicely here
5454
HUSKY: '0'

0 commit comments

Comments
 (0)