From b7c2cee2c9f61b0245d5582da129d092b207f745 Mon Sep 17 00:00:00 2001 From: Fabiana Cecin Date: Thu, 11 Jun 2026 05:31:53 -0300 Subject: [PATCH] fix(pr-lint): grant the comment job pull-requests:write (#3944) --- .github/workflows/pr-lint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 56ff0dc46..b64343d3b 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -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.