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 - synchronize
permissions: permissions:
pull-requests: write pull-requests: read
jobs: jobs:
main: main:
@ -19,10 +19,6 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: 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 # If the PR only contains a single commit, the action will validate that
# it matches the configured pattern. # it matches the configured pattern.
validateSingleCommit: true validateSingleCommit: true