ci: add branch names to commit scopes (stable) (#2825)
Backport f24926acd5
from #2824.
BEGIN_COMMIT_OVERRIDE
ci: add branch names to commit scopes
END_COMMIT_OVERRIDE
Co-authored-by: Jonas L <jooola@users.noreply.github.com>
This commit is contained in:
parent
2db0ae5d7a
commit
04b76bdabc
|
@ -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