Skip to content

Update Dockerfile

3b6100a
Select commit
Loading
Failed to load commit list.
Merged

Update Dockerfile #921

Update Dockerfile
3b6100a
Select commit
Loading
Failed to load commit list.
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 authentication
  • fix(parser): handle edge case in URL parsing
  • feat!: breaking change in API response
  • refactor(core)!: major architectural change
  • docs: 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: