Skip to content

Commit 83d8d82

Browse files
author
Sarah Edwards
authored
Merge branch 'main' into joshjohanning-update-container-contexts
2 parents 6143d55 + bb74602 commit 83d8d82

File tree

288 files changed

+2014
-459028
lines changed

Some content is hidden

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

288 files changed

+2014
-459028
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,3 @@ updates:
2626
schedule:
2727
interval: weekly
2828
day: thursday
29-
ignore:
30-
- dependency-name: '*'
31-
update-types:
32-
['version-update:semver-patch', 'version-update:semver-minor']

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ jobs:
162162
rsync -rptovR ./user-code/content/./**/*.md ./content
163163
rsync -rptovR ./user-code/assets/./**/*.png ./assets
164164
rsync -rptovR ./user-code/data/./**/*.{yml,md} ./data
165+
rsync -rptovR ./user-code/components/./**/*.{ts,tsx} ./components
166+
rsync -rptovR --ignore-missing-args ./user-code/lib/./**/*.{js,ts} ./lib
167+
rsync -rptovR --ignore-missing-args ./user-code/middleware/./**/*.{js,ts} ./middleware
168+
rsync -rptovR ./user-code/pages/./**/*.tsx ./pages
169+
rsync -rptovR ./user-code/stylesheets/./**/*.scss ./stylesheets
165170
166171
# In addition to making the final image smaller, we also save time by not sending unnecessary files to the docker build context
167172
- name: 'Prune for preview env'

.github/workflows/move-ready-to-merge-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: move PR
2525
uses: alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488
2626
with:
27-
project: Docs team reviews
27+
project: Docs open source board
2828
column: Triage
2929
repo-token: ${{ secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES }}
3030

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ jobs:
132132
- name: Run build script
133133
run: npm run build
134134

135+
- name: Warm possible disk caching
136+
env:
137+
NODE_ENV: test
138+
run: ./script/warm-before-tests.mjs
139+
135140
- name: Run tests
136141
env:
137142
DIFF_FILE: get_diff_files.txt
47.8 KB
Loading
16.8 KB
Loading
35.4 KB
Loading
18.7 KB
Loading
29 KB
Loading
43.1 KB
Loading

0 commit comments

Comments
 (0)