Skip to content

Commit b38104e

Browse files
authored
Merge branch 'main' into billing-landing-page
2 parents 17b10c0 + e221b45 commit b38104e

6,059 files changed

Lines changed: 633122 additions & 359098 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.

.github/allowed-actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +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
15+
'crowdin/github-action@d0622816ed4f4744db27d04374b2cef6867f7bed', // v1.4.1
1616
'cschleiden/actions-linter@caffd707beda4fc6083926a3dff48444bc7c24aa', // uses github-actions-parser v0.23.0
1717
'dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911', // v3.0.2
1818
'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/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

.github/workflows/content-changes-table-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node
4444
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
4545
with:
46-
node-version: 16.8.x
46+
node-version: 16.13.x
4747
cache: npm
4848

4949
- name: Install temporary dependencies
@@ -116,7 +116,7 @@ jobs:
116116
issue-number: ${{ github.event.pull_request.number }}
117117
body: |
118118
<!-- MODIFIED_CONTENT_LINKING_COMMENT -->
119-
## Automatically generated comment ℹ️
119+
## Automatically generated comment ℹ️
120120
**This comment is automatically generated and will be overwritten every time changes are committed to this branch.**
121121
122122
The table contains an overview of files in the `content` directory that have been changed in this pull request. It's provided to make it easy to review your changes on the staging site. Please note that changes to the `data` directory will not show up in this table.

.github/workflows/crowdin-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
2525
with:
26-
node-version: 16.8.x
26+
node-version: 16.13.x
2727
cache: npm
2828

2929
- name: Install dependencies

.github/workflows/crowdin.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ jobs:
2727
- name: Remove unwanted git hooks
2828
run: rm .git/hooks/post-checkout
2929

30+
- name: Remove all translations
31+
run: |
32+
git rm -rf --quiet translations/*/content
33+
git rm -rf --quiet translations/*/data
34+
3035
- name: Sync
31-
uses: crowdin/github-action@d7f217268068f1244883a993379d62d816f84f25
36+
uses: crowdin/github-action@d0622816ed4f4744db27d04374b2cef6867f7bed
3237
with:
3338
# This option enables the transfer of existing translations in this project to Crowdin.
3439
# We explicitly set this to `false` since we only want to use the downloaded translations managed by Crowdin.

.github/workflows/docs-review-collect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
2727
with:
28-
node-version: 16.8.x
28+
node-version: 16.13.x
2929
cache: npm
3030

3131
- name: Install dependencies

0 commit comments

Comments
 (0)