chore: translation updates #179
ci-check.yml Required
on: pull_request
branch-naming-rules
5s
Annotations
1 error and 1 warning
branch-naming-rules
Your pull request title should follow the conventional commit pattern: `^(build|chore|ci|docs|feat|fix|perf|refactor|release|revert|style|test)(\((.*?)\))?: .{1,140}$`!
The conventional commit pattern consists of a type, an optional scope, and a description:
- build: Changes that affect the build system or external dependencies
- chore: Other changes that don't modify src or test files
- ci: Changes to our CI configuration files and scripts
- docs: Documentation only changes
- feat: A new feature
- fix: A bug fix
- perf: A code change that improves performance
- refactor: A code change that neither fixes a bug nor adds a feature
- revert: Reverts a previous commit
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- test: Adding missing tests or correcting existing tests
Please ensure your pull request title starts with one of these types and follows the pattern specified above.
|
branch-naming-rules
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: morrisoncole/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|