ci: remove [WIP] opt-in for pull request linting
This commit is contained in:
parent
cda1e1b723
commit
acde2de95a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue