feat: compress support #60
Annotations
1 error and 1 warning
pr title lint
Title "@wip feat(compress): add compress support for query response" does not conform to the standard.
Found the following issues:
- Title format is incorrect. It should be: <type>(<scope>): <subject>
- Type must be one of: feat, fix, docs, style, refactor, test, perf, build, ci, chore, revert
- Scope format is incorrect. Scope should only contain letters, numbers, hyphens, and underscores
Examples of correct title format:
- feat(prom): add router for prom module
- ci: change pr lint pattern
- feat(good): good
Title Restrictions: The format for a PR (Pull Request) title should follow these rules: <type>(<scope>): <subject>
type and subject are required fields.
scope is optional and can be omitted.
Character Limit: The subject must not exceed 120 characters.
Type Restrictions: the type must be one of the following specified options: feat, fix, docs, style, refactor, test, perf, build, ci, chore, revert
Character Restrictions: the title may only contain ASCII characters; other character sets are not allowed.
Whitespace Rules: the subject must not end with a space; there must be only one space following the `:`
|
pr title lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|