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.