Skip to content

Commit 4976fc5

Browse files
author
Sarah Edwards
authored
Merge branch 'main' into patch-2
2 parents 2e5e9a8 + a9a4b89 commit 4976fc5

31,673 files changed

Lines changed: 826141 additions & 1246429 deletions

File tree

Some content is hidden

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

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
babelOptions: { configFile: './.babelrc' },
1414
sourceType: 'module',
1515
},
16+
ignorePatterns: ['tmp/*'],
1617
rules: {
1718
'import/no-extraneous-dependencies': ['error', { packageDir: '.' }],
1819
},

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Closes [issue link]
2525
### Check off the following:
2626

2727
- [ ] I have reviewed my changes in staging (look for "Automatically generated comment" and click **Modified** to view your latest changes).
28-
- [ ] For content changes, I have completed the [self-review checklist](https://github.com/github/docs/blob/main/CONTRIBUTING.md#self-review).
28+
- [ ] For content changes, I have completed the [self-review checklist](https://github.com/github/docs/blob/main/contributing/self-review.md#self-review).
2929

3030
### Writer impact (This section is for GitHub staff members only):
3131

.github/allowed-actions.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ export default [
1212
'actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074', // v2.2.4
1313
'alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488', // v0.8.1
1414
'andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90', // v1.0.4
15-
'crowdin/github-action@d7f217268068f1244883a993379d62d816f84f25', // v1.4.0
16-
'crykn/copy_folder_to_another_repo_action@0282e8b9fef06de92ddcae9fe6cb44df6226646c',
15+
'crowdin/github-action@d0622816ed4f4744db27d04374b2cef6867f7bed', // v1.4.1
1716
'cschleiden/actions-linter@caffd707beda4fc6083926a3dff48444bc7c24aa', // uses github-actions-parser v0.23.0
1817
'dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911', // v3.0.2
1918
'dawidd6/action-download-artifact@af92a8455a59214b7b932932f2662fdefbd78126', // v2.15.0

.github/workflows/60-days-stale-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
stale-issue-label: 'stale'
2525
stale-pr-label: 'stale'
2626
exempt-pr-labels: 'never-stale'
27-
exempt-issue-labels: 'never-stale, help wanted, waiting for review'
27+
exempt-issue-labels: 'never-stale,help wanted,waiting for review'

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: automerge
1+
name: Automerge
22

33
# **What it does**: Pull requests with label "automerge" or "autosquash" will automatically merge.
44
# **Why we have it**: While now this is a feature built into GitHub, we still use it as part of other automation.

.github/workflows/autoupdate-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: autoupdate branch
1+
name: Autoupdate branch
22

33
# **What it does**: Any pull requests with "autoupdate" label will get main branch updates.
44
# **Why we have it**: Our repo-sync automation relies on it.

.github/workflows/browser-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
2929
with:
30-
node-version: 16.8.x
30+
node-version: 16.13.x
3131
cache: npm
3232

3333
- name: Install dependencies

.github/workflows/build-docker-image.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ on:
99
branches:
1010
- main
1111
pull_request:
12+
paths:
13+
- .npmrc
14+
- Dockerfile
15+
- package.json
16+
- package-lock.json
17+
- next.config.js
18+
- tsconfig.json
19+
- next-env.d.ts
20+
- .github/workflows/build-docker-image.yml
1221

1322
env:
1423
CI: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
2828
with:
29-
node-version: 16.8.x
29+
node-version: 16.13.x
3030
cache: npm
3131
- name: npm ci
3232
run: npm ci

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Node
4242
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
4343
with:
44-
node-version: 16.8.x
44+
node-version: 16.13.x
4545
cache: npm
4646

4747
- name: Install Node.js dependencies

0 commit comments

Comments
 (0)