Skip to content

Commit 15a3bee

Browse files
authored
Merge branch 'main' into dep-submission-api-dependency-graph-updates
2 parents bfaa086 + b4be9fc commit 15a3bee

File tree

537 files changed

+8005
-3823
lines changed

Some content is hidden

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

537 files changed

+8005
-3823
lines changed

.github/workflows/check-all-english-links.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,17 @@ jobs:
1717
check_all_english_links:
1818
name: Check all links
1919
if: github.repository == 'github/docs-internal'
20-
runs-on: self-hosted
20+
runs-on: ubuntu-20.04-xl
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES }}
2323
FIRST_RESPONDER_PROJECT: Docs content first responder
2424
REPORT_AUTHOR: docubot
2525
REPORT_LABEL: broken link report
2626
REPORT_REPOSITORY: github/docs-content
2727
steps:
28+
- name: Check that gh CLI is installed
29+
run: gh --version
30+
2831
- name: Check out repo's default branch
2932
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
3033
- name: Setup Node
@@ -60,8 +63,8 @@ jobs:
6063
DISABLE_REWRITE_ASSET_URLS: true
6164
run: |
6265
node server.mjs > /tmp/stdout.log 2> /tmp/stderr.log &
63-
sleep 5
64-
curl --retry-connrefused --retry 4 -I http://localhost:4000/
66+
sleep 6
67+
curl --retry-connrefused --retry 5 -I http://localhost:4000/
6568
6669
- if: ${{ failure() }}
6770
name: Debug server outputs on errors

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424

2525
jobs:
2626
check-links:
27-
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
27+
runs-on: ${{ fromJSON('["ubuntu-latest", "ubuntu-20.04-xl"]')[github.repository == 'github/docs-internal'] }}
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748

.github/workflows/pa11y.yml

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

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ concurrency:
2323

2424
jobs:
2525
test:
26-
# Run on self-hosted if the private repo or ubuntu-latest if the public repo
26+
# Run on ubuntu-20.04-xl if the private repo or ubuntu-latest if the public repo
2727
# See pull # 17442 in the private repo for context
28-
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
28+
runs-on: ${{ fromJSON('["ubuntu-latest", "ubuntu-20.04-xl"]')[github.repository == 'github/docs-internal'] }}
2929
timeout-minutes: 60
3030
strategy:
3131
fail-fast: false

.pa11yci

Lines changed: 0 additions & 102 deletions
This file was deleted.
24.5 KB
Loading
22.9 KB
Loading
71.8 KB
Loading
9.85 KB
Loading
10.2 KB
Loading

0 commit comments

Comments
 (0)