Skip to content

Commit 7acf5fc

Browse files
authored
Merge branch 'production' into young/graphql-api-explorer
2 parents e56ae23 + f9f6b25 commit 7acf5fc

File tree

733 files changed

+31708
-63852
lines changed

Some content is hidden

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

733 files changed

+31708
-63852
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@
157157
/src/content/docs/docs-guide/ @dcpena @cloudflare/pcx-technical-writing
158158
/src/content/docs/style-guide/ @dcpena @cloudflare/pcx-technical-writing
159159

160+
# Google tag gateway
161+
/src/content/docs/google-tag-gateway/ @simonabadoiu @jonnyparris @cloudflare/pcx-technical-writing
162+
160163
# Magic products
161164

162165
/src/content/docs/magic-transit/ @marciocloudflare @cloudflare/pcx-technical-writing
@@ -209,6 +212,7 @@
209212
/src/content/docs/waf/ @pedrosousa @cloudflare/firewall @cloudflare/pcx-technical-writing
210213
/src/content/docs/waf/change-log/ @pedrosousa @cloudflare/firewall @vs-mg @cloudflare/pcx-technical-writing
211214
/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
212216

213217
# Support
214218

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
compile:
1212
name: Compiles
1313
runs-on: ubuntu-latest
14+
permissions:
15+
issues: write
1416
steps:
1517
- uses: actions/checkout@v4
1618
with:

.github/workflows/comment-changed-filenames.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ concurrency:
1515

1616
jobs:
1717
flag_changed_filenames:
18+
permissions:
19+
pull-requests: write
1820
runs-on: ubuntu-latest
1921
steps:
2022
- name: Checkout Repository

.github/workflows/image-audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111

1212
jobs:
1313
image-audit:
14+
permissions:
15+
issues: write
1416
runs-on: ubuntu-latest
1517

1618
steps:

.github/workflows/issue.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
compile:
99
name: Assignee
10+
permissions:
11+
issues: write
1012
runs-on: ubuntu-latest
1113
steps:
1214
- uses: actions/checkout@v4

.github/workflows/label-pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ concurrency:
1313
jobs:
1414
label_products:
1515
name: Label products
16+
permissions:
17+
issues: write
18+
pull-requests: write
1619
runs-on: ubuntu-latest
1720
steps:
1821
- uses: actions/checkout@v4
@@ -23,6 +26,9 @@ jobs:
2326

2427
label_size:
2528
name: Label size
29+
permissions:
30+
issues: write
31+
pull-requests: write
2632
runs-on: ubuntu-latest
2733
steps:
2834
- uses: actions/checkout@v4

.github/workflows/no-response.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717

1818
jobs:
1919
noResponse:
20+
permissions:
21+
issues: write
22+
pull-requests: write
2023
runs-on: ubuntu-latest
2124
steps:
2225
- uses: lee-dohm/[email protected]
@@ -26,5 +29,5 @@ jobs:
2629
closeComment: >
2730
This issue was closed automatically because there has been no response
2831
from the original author. As it stands currently, we don't have enough information
29-
to take action. If you believe this issue was closed in error, a) apologies and b) open a new issue
32+
to take action. If you believe this issue was closed in error, a) apologies and b) open a new issue
3033
and reference this one in the body.

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
compile:
1414
name: Update assignees
1515
runs-on: ubuntu-latest
16+
permissions:
17+
issues: write
18+
pull-requests: write
1619
steps:
1720
- uses: actions/checkout@v4
1821
- uses: ./.github/actions/assign-pr

.hyperlint/.vale.ini

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
StylesPath = automations/styles
22
MinAlertLevel = suggestion
3-
IgnoredScopes = code, tt, img
4-
SkippedScopes = script, style, pre, figure, code
3+
CommentDelimiters = {/*, */}
54

65
[formats]
76
mdx = md
87

9-
[*]
10-
# Ignore code surrounded by plus sign, URLs, parameters defaults, and angle brackets.
11-
TokenIgnores = (<\/?[A-Z].+>), ([^\n]+=[^\n]*), (\+[^\n]+\+), (http[^\n]+\[), (https[^\n]+\[), ([^\n]+@[^\n]+\.[^\n])
12-
13-
[*.md]
14-
BasedOnStyles = Vale, cloudflare, cloudflare-automation
8+
[*/content/{docs,partials}/*.md]
9+
BasedOnStyles = Vale, cloudflare
1510
Vale.Spelling = NO
1611

17-
[src/content/changelog/*]
12+
[src/content/{docs,partials}/{agents,autorag,email-routing,pipelines,pub-sub,queues,realtime,support,workflows}/*]
1813
BasedOnStyles = Vale
19-
Vale.Spelling = NO
14+
Vale.Spelling = NO
15+
Vale.Terms = NO

.hyperlint/automations/styles/cloudflare-automation/EOLWhitespace.yml

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

0 commit comments

Comments
 (0)