Update Dockerfile #921
Merged
Update Dockerfile #921
manage-repositories-app / conventional-title
failed
Nov 19, 2025 in 0s
❌ Conventional Title
Conventional Commit Format Violation
Details
Conventional Commits Validation Failed
Your PR title:
Update Dockerfile
Required format:
<type>[optional scope]: <description>
Configured types for this repository:
ci, docs, feat, fix, refactor, test, release, CherryPicked, perf, chore
Valid examples:
feat: add user authenticationfix(parser): handle edge case in URL parsingfeat!: breaking change in API responserefactor(core)!: major architectural changedocs: update installation guide
Format rules:
- Type must be one of the configured types
- Optional scope in parentheses:
(scope) - Optional breaking change indicator:
! - Mandatory: colon followed by space
: - Mandatory: non-empty description after the space
Note: The Conventional Commits specification allows custom types beyond the standard recommendations.
Your team can configure additional types in the repository settings.
Resources:
Loading