Skip to content

Commit bcc1c65

Browse files
committed
tools: fix permissions in lint-release-proposal workflow
PR-URL: #56614 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ruy Adorno <ruy@vlt.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 90f70ed commit bcc1c65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint-release-proposal.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ permissions:
1919
jobs:
2020
lint-release-commit:
2121
runs-on: ubuntu-latest
22+
permissions:
23+
pull-requests: read
2224
steps:
2325
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2426
with:

0 commit comments

Comments
 (0)