build(deps): bump @types/react from 18.2.33 to 18.2.47 #412
Daeuniverse Governor / dae-governor/validate_pr_title
failed
Jan 8, 2024 in 1s
Validate PR title
Summary
The current PR title is invalid.
A valid PR title should stick to the following format. Please take a look and get it fixed. After wards, I will validate it for you again.
Format
<type>(<scope>): <subject>
<scope> is optional
Examples
Single type
feat: add hat wobble
^--^ ^------------^
| |
| +-> Summary in present tense.
|
+-------> Type: <fix,feat,feature,patch,hotfix,ci,optimize,refactor,style,doc,docs,mock,fixture,chore,test,api>.
Multiple types
patch/optimize(ebpf): refine hat wobble
^------------^ ^__^ ^---------------^
| | |
| | +-> Summary in present tense.
| |
| +-> Scope of the proposed changes.
|
+-------> Type: <fix,feat,feature,patch,hotfix,ci,optimize,refactor,style,doc,docs,mock,fixture,chore,test,api>.
Loading