Skip to content

Commit e4b98d0

Browse files
authored
Merge branch 'production' into patch-4
2 parents 30afa6f + f786630 commit e4b98d0

File tree

2,904 files changed

+104520
-35458
lines changed

Some content is hidden

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

2,904 files changed

+104520
-35458
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@
44
*.html text eol=lf
55
*.ini text eol=lf
66
*.js text eol=lf
7+
*.jsx text eol=lf
78
*.json text eol=lf
89
*.md text eol=lf
910
*.mdx text eol=lf
1011
*.mjs text eol=lf
1112
*.svg text eol=lf
1213
*.toml text eol=lf
1314
*.ts text eol=lf
15+
*.tsx text eol=lf
1416
*.txt text eol=lf
1517
*.vue text eol=lf
1618
*.xml text eol=lf
1719
*.yaml text eol=lf
1820
*.yml text eol=lf
19-
_redirects text eol=lf
21+
__redirects text eol=lf
2022
.editorconfig text eol=lf
2123
.gitattributes text eol=lf
2224
.prettierignore text eol=lf

.github/CODEOWNERS

Lines changed: 47 additions & 44 deletions
Large diffs are not rendered by default.

.github/actions/show-changed-files/action.yml

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

.github/actions/show-changed-files/index.js

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

.github/actions/show-changed-files/index.ts

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

.github/actions/show-changed-files/package.json

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

.github/actions/show-changed-files/readme.md

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

.github/styles/cloudflare/NonStandardQuotes.yml

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

.github/workflows/anchor-link-audit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ name: Anchor link audit
55
# **Who does it impact**: PCX team
66

77
on:
8-
schedule:
9-
- cron: "0 0 * * 0" # Run at 00:00 UTC every Sunday
108
workflow_dispatch:
119

1210
jobs:

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
reporter: github-pr-review
37-
fail_level: "error"
37+
fail_level: error
38+
filter_mode: nofilter
3839

3940
- run: npm run format:core:check
4041
## TODO: content formatting checks
@@ -56,3 +57,10 @@ jobs:
5657

5758
- name: Tests
5859
run: npm run test
60+
61+
- name: Post PR CI failure comment
62+
if: always()
63+
continue-on-error: true
64+
env:
65+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66+
run: npx tsx bin/post-pr-ci-failure-comment/index.ts

0 commit comments

Comments
 (0)