ci: remove [WIP] opt-in for pull request linting

This commit is contained in:
Martin Wimpress 2024-05-05 12:46:08 +01:00 committed by Martin Wimpress
parent cda1e1b723
commit acde2de95a
1 changed files with 1 additions and 5 deletions

View File

@ -8,7 +8,7 @@ on:
- synchronize
permissions:
pull-requests: write
pull-requests: read
jobs:
main:
@ -19,10 +19,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Opt-in to using the special "[WIP]" state
# This will prevent the PR title from being validated, and pull
# request checks will remain pending.
wip: true
# If the PR only contains a single commit, the action will validate that
# it matches the configured pattern.
validateSingleCommit: true