name: pull-request-name description: Generates Pull Request titles according to werf conventions. Use when creating or updating a PR.
Pull Request Naming
Instructions
- Read types, scopes, and formatting rules from
CONTRIBUTING.md#conventions. - The PR title should mirror the header of the main commit in the PR.
- Format the title as
<type>(<scope>): <subject>. - Keep the total length ≤ 72 characters.
- Nested scopes are allowed and encouraged.
- Output ONLY the title, with no additional text, quotes, or formatting.