mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-06-13 21:19:35 +00:00
fix(pr-lint): grant the comment job pull-requests:write (#3944)
This commit is contained in:
parent
d712da5a54
commit
b7c2cee2c9
5
.github/workflows/pr-lint.yml
vendored
5
.github/workflows/pr-lint.yml
vendored
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user