Skip to content

Commit a4bd217

Browse files
Merge origin/production into docs/clarify-limits-scope
Resolve conflict in kv/platform/limits.mdx: keep 'Namespaces per account' scope clarification from this branch, accept cacheTtl minimum update (60s -> 30s) from production.
2 parents b8f6874 + 69737f2 commit a4bd217

File tree

1,741 files changed

+85440
-22435
lines changed

Some content is hidden

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

1,741 files changed

+85440
-22435
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*.js @cloudflare/content-engineering @kodster28
1212
*.ts @cloudflare/content-engineering @kodster28
1313
*.astro @cloudflare/content-engineering @kodster28
14+
package.json @cloudflare/content-engineering
1415
/src/schemas/tags.ts @cloudflare/content-engineering @kodster28
1516
/src/util/api.ts @cloudflare/content-engineering @pedrosousa @kodster28
1617
/src/content/workers-ai-models/ @craigsdennis @cloudflare/content-engineering @cloudflare/pcx-technical-writing @kodster28
@@ -38,9 +39,9 @@
3839

3940
# Analytics & Logs
4041

41-
/src/content/docs/analytics/ @soheiokamoto @angelampcosta @cloudflare/pcx-technical-writing
42+
/src/content/docs/analytics/ @soheiokamoto @angelampcosta @rianvdm @cloudflare/pcx-technical-writing
4243
/src/content/docs/data-localization/ @soheiokamoto @angelampcosta @cloudflare/pcx-technical-writing
43-
/src/content/docs/logs/ @soheiokamoto @angelampcosta @cloudflare/pcx-technical-writing
44+
/src/content/docs/logs/ @soheiokamoto @angelampcosta @rianvdm @cloudflare/pcx-technical-writing
4445

4546
# API & Zones
4647

@@ -68,10 +69,10 @@
6869
/src/content/docs/cloudflare-one/access-controls/ @kennyj42 @ranbel @cloudflare/pcx-technical-writing
6970
/src/content/docs/cloudflare-one/team-and-resources/devices/ @ranbel @cloudflare/pcx-technical-writing
7071
/src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/ @nikitacano @ranbel @cloudflare/pcx-technical-writing
71-
/src/content/docs/cloudflare-one/cloud-and-saas-findings/ @maxvp @cloudflare/pcx-technical-writing
72-
/src/content/docs/cloudflare-one/traffic-policies/ @maxvp @cloudflare/pcx-technical-writing
72+
/src/content/docs/cloudflare-one/cloud-and-saas-findings/ @cloudflare/pcx-technical-writing
73+
/src/content/docs/cloudflare-one/traffic-policies/ @cloudflare/pcx-technical-writing
7374
/src/content/docs/cloudflare-one/remote-browser-isolation/ @deadlypants1973 @cloudflare/pcx-technical-writing
74-
/src/content/docs/cloudflare-one/data-loss-prevention/ @maxvp @cloudflare/pcx-technical-writing
75+
/src/content/docs/cloudflare-one/data-loss-prevention/ @cloudflare/pcx-technical-writing
7576
/src/content/docs/cloudflare-one/insights/dex/ @deadlypants1973 @cloudflare/pcx-technical-writing
7677
/src/content/docs/email-security/ @Maddy-Cloudflare @cloudflare/pcx-technical-writing
7778

.github/actions/issue-label-assign/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ description: "Assign the issue to its product content owner."
44
inputs:
55
GITHUB_TOKEN:
66
description: "token for repository access"
7-
required: true
7+
required: false
8+
default: ${{ github.token }}
89

910
runs:
10-
using: "node16"
11+
using: "node20"
1112
main: "index.js"

.github/actions/issue-label-assign/index.js

Lines changed: 111 additions & 18 deletions
Large diffs are not rendered by default.

.github/actions/issue-label-assign/index.ts

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

0 commit comments

Comments
 (0)