Skip to content

Commit

Permalink
feat(ci): add charts as accepted pr title scope (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoGoman authored Nov 25, 2024
1 parent 2b2c0ed commit 7f56aed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
service-proxy
build
config
charts
ci
core
controller
Expand Down Expand Up @@ -95,4 +96,4 @@ jobs:
# correspond to the parts listed in `headerPatternCorrespondence`.
# See: https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#headerpattern
headerPattern: '^(\w*)(?:\(([\w$.\-*/ ]*)\))?: (.*)$'
headerPatternCorrespondence: type, scope, subject
headerPatternCorrespondence: type, scope, subject

0 comments on commit 7f56aed

Please sign in to comment.