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:
Jonas L 2023-12-22 20:55:06 +01:00 committed by GitHub
parent 3ab9067c3f
commit f24926acd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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}"