Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @types/react from 18.2.33 to 18.2.47 #412

Closed
wants to merge 1 commit into from

build(deps): bump @types/react from 18.2.33 to 18.2.47

e6a6e6a
Select commit
Loading
Failed to load commit list.
Closed

build(deps): bump @types/react from 18.2.33 to 18.2.47 #412

build(deps): bump @types/react from 18.2.33 to 18.2.47
e6a6e6a
Select commit
Loading
Failed to load commit list.
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>.