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
|
ui
|
||||||
worker
|
worker
|
||||||
deps
|
deps
|
||||||
|
main
|
||||||
|
stable
|
||||||
subjectPattern: ^(?![A-Z]).+$
|
subjectPattern: ^(?![A-Z]).+$
|
||||||
subjectPatternError: |
|
subjectPatternError: |
|
||||||
The subject "{subject}" found in the pull request title "{title}"
|
The subject "{subject}" found in the pull request title "{title}"
|
||||||
|
|
Loading…
Reference in New Issue