mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
chore: Updated validation PR title types (#298)
This commit is contained in:
parent
8c063c7824
commit
b8f90bd057
2 changed files with 2 additions and 22 deletions
7
.github/workflows/pr-title.yml
vendored
7
.github/workflows/pr-title.yml
vendored
|
|
@ -26,10 +26,7 @@ jobs:
|
|||
docs
|
||||
ci
|
||||
chore
|
||||
# Configure which scopes are allowed.
|
||||
scopes: |
|
||||
core
|
||||
ui
|
||||
BREAKING CHANGE
|
||||
# Configure that a scope must always be provided.
|
||||
requireScope: false
|
||||
# Configure additional validation for the subject based on a regex.
|
||||
|
|
@ -53,4 +50,4 @@ jobs:
|
|||
# will suggest using that commit message instead of the PR title for the
|
||||
# merge commit, and it's easy to commit this by mistake. Enable this option
|
||||
# to also validate the commit message for one commit PRs.
|
||||
validateSingleCommit: true
|
||||
validateSingleCommit: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue