Skip to content

Git-hub Actions (feat) #57

Git-hub Actions (feat)

Git-hub Actions (feat) #57

Triggered via pull request April 25, 2025 14:44
Status Failure
Total duration 8s
Artifacts

pr-title-checker.yml

on: pull_request
validate-title
5s
validate-title
Fit to window
Zoom out
Zoom in

Annotations

2 errors
validate-title
Type prefix must be in parentheses (e.g., "(feat)")
validate-title
Invalid PR title format. Must follow one of these patterns: With ticket reference: - "(feat) O3-1234: Description" - "BREAKING: O3-1234: Description" Without ticket reference: - "(feat) Description" - "BREAKING: Description" Strict Requirements: 1. Types must be in parentheses: (docs), (test), (chore), (fix), (feat), (refactor) 2. Only "BREAKING" (uppercase) is allowed without parentheses but must include a colon 3. Ticket reference (if present) must be "O3-XXXX" (uppercase O, not zero) 4. Ticket reference must be followed by a colon 5. No colon after parenthesized type (only after ticket reference) 6. Must include a description after the prefix