Skip to content

Commit b5869da

Browse files
authored
add permission to write to pull request for handle version update job (#2402)
1 parent 8183548 commit b5869da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/health_checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ jobs:
275275
needs:
276276
- install
277277
- resolve_inputs
278+
permissions:
279+
# This is required so that this job can add the 'run-e2e' label on the pull request
280+
pull-requests: write
278281
steps:
279282
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # version 4.1.4
280283
with:

0 commit comments

Comments
 (0)