Skip to content

Commit 2c3739b

Browse files
committed
Merge branch '4.x' into 5.x
2 parents b3bc5e0 + b731e81 commit 2c3739b

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/check-pr-maintainer-access.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ on:
99

1010
permissions:
1111
contents: read
12-
pull-requests: write
1312

1413
jobs:
1514
notify-when-maintainers-cannot-edit:
1615
runs-on: ubuntu-latest
16+
permissions:
17+
pull-requests: write
1718
steps:
1819
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1920
with:

.github/workflows/format-and-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 5.x
77

88
permissions:
9-
contents: write
9+
contents: read
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
@@ -16,6 +16,8 @@ jobs:
1616
format-and-build:
1717
if: "${{ !startsWith(github.event.head_commit.message, 'chore: format and build') }}"
1818
runs-on: ubuntu-latest
19+
permissions:
20+
contents: write
1921
steps:
2022
- name: Checkout code
2123
# Uses a maintainer PAT so the auto-commit push can bypass branch protection;

.github/workflows/manage-issue.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ on:
66

77
permissions:
88
contents: read
9-
issues: write
109

1110
jobs:
1211
check-repro:
1312
runs-on: ubuntu-latest
13+
permissions:
14+
issues: write
1415
steps:
1516
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1617
with:

.github/workflows/renovate.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ on:
1111
default: false
1212

1313
permissions:
14-
contents: write
15-
pull-requests: write
14+
contents: read
1615

1716
jobs:
1817
renovate:
1918
runs-on: ubuntu-latest
19+
permissions:
20+
contents: write
21+
pull-requests: write
2022
steps:
2123
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2224
with:

0 commit comments

Comments
 (0)