ci: add branch names to commit scopes (#2824)
### Description Ensure the release pull request does not fail the PR title check.
This commit is contained in:
parent
3ab9067c3f
commit
f24926acd5
|
@ -27,6 +27,8 @@ jobs:
|
|||
ui
|
||||
worker
|
||||
deps
|
||||
main
|
||||
stable
|
||||
subjectPattern: ^(?![A-Z]).+$
|
||||
subjectPatternError: |
|
||||
The subject "{subject}" found in the pull request title "{title}"
|
||||
|
|
Loading…
Reference in New Issue