workflow: lint pr: run without wip and permissions

This commit is contained in:
Ulf Gebhardt 2023-11-20 16:00:42 +01:00
parent c9633927c2
commit ebe2e58a21
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -7,8 +7,8 @@ on:
- edited - edited
- synchronize - synchronize
permissions: #permissions:
pull-requests: write # pull-requests: write
jobs: jobs:
main: main:
@ -71,4 +71,4 @@ jobs:
# special "[WIP]" prefix to indicate this state. This will avoid the # special "[WIP]" prefix to indicate this state. This will avoid the
# validation of the PR title and the pull request checks remain pending. # validation of the PR title and the pull request checks remain pending.
# Note that a second check will be reported if this is enabled. # Note that a second check will be reported if this is enabled.
wip: true #wip: true