You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an error in pr #1573 when run Checks check-pr-title: PR title does not follow the convention, the pattern: ^(feat|fix|docs|refactor|chore)((.+))?!?: .+$
because the pr title is test: add integration test for compaction offload, not match patter above.
Describe This Problem
I encountered an error in pr #1573 when run Checks
check-pr-title
:PR title does not follow the convention, the pattern: ^(feat|fix|docs|refactor|chore)((.+))?!?: .+$
because the pr title is test: add integration test for compaction offload, not match patter above.
But I found that
test
type is supported when reading convential commit guide in official document. Similar situation includestyle
andbuild
type.So I think these types should be supported in
check-pr-title
.Proposal
If
test
,style
andbuild
can be supported, we can add these types in thecheck-pr-title
part in.github/workflows/check-pr-title.yml
.The text was updated successfully, but these errors were encountered: