fix(pr-lint): grant the comment job pull-requests:write (#3944)

This commit is contained in:
Fabiana Cecin 2026-06-11 05:31:53 -03:00 committed by GitHub
parent d712da5a54
commit b7c2cee2c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,10 @@ on:
- edited
- synchronize
permissions:
contents: read
pull-requests: write
jobs:
labels:
runs-on: ubuntu-22.04
@ -44,7 +48,6 @@ jobs:
uses: thollander/actions-comment-pull-request@v2
if: ${{steps.filter.outputs.db_schema == 'true'}}
with:
header: pr-title-lint-error
message: |
This PR may contain changes to **database schema** of one of the drivers.