Skip to content

Commit 9516b57

Browse files
committed
Merge branch 'production' into r2-learning-path
2 parents f8b181a + a8942f0 commit 9516b57

File tree

819 files changed

+14687
-9708
lines changed

Some content is hidden

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

819 files changed

+14687
-9708
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
/src/content/docs/pub-sub/ @elithrar @dcpena @cloudflare/pcx-technical-writing
117117
/src/content/docs/queues/ @elithrar @maheshwarip @harshil1712 @cloudflare/pcx-technical-writing
118118
/src/content/release-notes/queues.yaml @elithrar @maheshwarip @cloudflare/pcx-technical-writing
119-
/src/content/docs/r2/ @oxyjun @elithrar @jonesphillip @harshil1712 @cloudflare/workers-docs @cloudflare/pcx-technical-writing
120-
/src/content/release-notes/r2.yaml @oxyjun @elithrar @cloudflare/workers-docs @cloudflare/pcx-technical-writing
119+
/src/content/docs/r2/ @oxyjun @elithrar @jonesphillip @aninibread @harshil1712 @cloudflare/workers-docs @cloudflare/pcx-technical-writing
120+
/src/content/release-notes/r2.yaml @oxyjun @elithrar @aninibread @cloudflare/workers-docs @cloudflare/pcx-technical-writing
121121
/src/content/docs/stream/ @tsmith512 @dcpena @cloudflare/pcx-technical-writing @renandincer @third774
122122
/src/content/release-notes/stream.yaml @tsmith512 @dcpena @cloudflare/pcx-technical-writing
123123
/src/content/docs/workers/ @cloudflare/workers-docs @GregBrimble @irvinebroque @mikenomitch @WalshyDev @cloudflare/deploy-config @cloudflare/pcx-technical-writing @ToriLindsay @cloudflare/wrangler
@@ -212,6 +212,7 @@
212212
/src/content/docs/waf/ @pedrosousa @cloudflare/firewall @cloudflare/pcx-technical-writing
213213
/src/content/docs/waf/change-log/ @pedrosousa @cloudflare/firewall @vs-mg @cloudflare/pcx-technical-writing
214214
/src/content/release-notes/waf.yaml @pedrosousa @cloudflare/firewall @vs-mg @cloudflare/pcx-technical-writing
215+
/src/content/docs/cloudflare-challenges/ @patriciasantaana @cloudflare/pcx-technical-writing
215216

216217
# Support
217218

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
- run: npm run build
4040
env:
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4142
NODE_OPTIONS: "--max-old-space-size=4192"
4243

4344
- name: Install dependencies

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
key: static
2929

3030
- run: npm ci
31+
32+
- run: npx tsx bin/post-codeowners-comment/index.ts
33+
continue-on-error: true
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
3137
- run: npm run check
3238

3339
- uses: reviewdog/action-eslint@v1
@@ -41,6 +47,7 @@ jobs:
4147
## TODO: content formatting checks
4248
- run: npm run build
4349
env:
50+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4451
NODE_OPTIONS: "--max-old-space-size=4192"
4552
RUN_LINK_CHECK: true
4653

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- run: npm run build
3333
name: Build
3434
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3536
NODE_OPTIONS: --max-old-space-size=4096
3637
- name: Deploy to Cloudflare Workers
3738
env:

.github/workflows/publish-production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- run: npm run build
2828
name: Build
2929
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3031
NODE_OPTIONS: --max-old-space-size=4096
3132
- run: npx wrangler deploy
3233
name: Deploy to Cloudflare Workers

.hyperlint/automations/styles/cloudflare/Contractions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# For a list of all options, see https://vale.sh/docs/topics/styles/
77

88
extends: substitution
9-
message: "Do not use contractions. Use '%s' instead of '%s'. Only change the contractions, nothing else."
9+
message: "Do not use contractions. Only change the contractions, nothing else."
1010
link: https://developers.cloudflare.com/style-guide/grammar/parts-of-speech/contractions/
1111
level: error
1212
ignorecase: true
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: gitlab_base.EOLWhitespace
3+
description: |
4+
Checks that there is no useless whitespace at the end of lines.
5+
extends: existence
6+
message: "Remove whitespace characters from the end of the line. Only remove the whitespace and nothing else."
7+
link: https://docs.gitlab.com/development/documentation/styleguide/
8+
vocab: false
9+
level: warning
10+
scope: raw
11+
raw:
12+
- ' +\n'
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
extends: existence
2+
message: "Do not use exclamation points in text. Only replace the exclamation point and no other text."
3+
link: "https://developers.google.com/style/exclamation-points"
4+
nonword: true
5+
level: error
6+
action:
7+
name: edit
8+
params:
9+
- trim_right
10+
- "!"
11+
tokens:
12+
- '\w+!(?:\s|$)'
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: gitlab_base.HeadingLink
3+
description: |
4+
Do not include links in a heading.
5+
Headings already have self-referencing anchor links.
6+
extends: existence
7+
message: "Do not use links in headings. Only update the links and nothing else."
8+
vocab: false
9+
level: error
10+
ignorecase: true
11+
nonword: true
12+
link: https://docs.gitlab.com/development/documentation/styleguide/#links
13+
scope: raw
14+
tokens:
15+
- ^#+ .*\[.+\]\(\S+\).*$
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
extends: existence
2+
message: "Don't use end punctuation in headings. Only update the punctuation and nothing else."
3+
link: https://docs.microsoft.com/en-us/style-guide/punctuation/periods
4+
nonword: true
5+
level: warning
6+
scope: heading
7+
action:
8+
name: edit
9+
params:
10+
- trim_right
11+
- ".!"
12+
tokens:
13+
- "[a-z][.!]$"

0 commit comments

Comments
 (0)