Skip to content

Commit d19f078

Browse files
committed
Merge branch 'production' into kian/PCX-15577
2 parents d650a1c + 1b32399 commit d19f078

File tree

999 files changed

+39455
-69797
lines changed

Some content is hidden

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

999 files changed

+39455
-69797
lines changed

.github/CODEOWNERS

Lines changed: 6 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
@@ -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/ci.yml

Lines changed: 6 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

.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

.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

0 commit comments

Comments
 (0)