PR Validation #111
Annotations
1 error
validate-all
❌ Branch name "refs/tags/v0.2.1" does not follow naming conventions.
**Allowed patterns:**
- `main`, `develop`, `staging` (protected branches)
- `feat/*` or `feature/*` - New features
- `fix/*` - Bug fixes
- `hotfix/*` - Emergency fixes
- `release/v*.*.*` - Release branches
- `docs/*` - Documentation
- `chore/*` - Maintenance
- `test/*` - Tests
- `refactor/*` - Refactoring
- `ci/*` - CI/CD changes
- `build/*` - Build changes
- `perf/*` - Performance
- `style/*` - Code style
- `revert/*` - Reverts
- `v*.*` - Version branches
|