Skip to content

Commit

Permalink
chore: Updated validation PR title types (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko authored Dec 12, 2021
1 parent 8c063c7 commit b8f90bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
17 changes: 0 additions & 17 deletions .github/semantic.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

0 comments on commit b8f90bd

Please sign in to comment.