[Snyk] Fix for 2 vulnerabilities #134
validate-pr-title.yml
on: pull_request
Validate PR Title Format
4s
Annotations
1 error
|
Validate PR Title Format
❌ **Invalid PR Title Format**
Your PR title: `[Snyk] Fix for 2 vulnerabilities`
**Expected format:** `type(scope): short description` (description must start with lowercase)
**Valid types:**
- `fix` - Bug fixes
- `feature` - New features
- `improvement` - Enhancements to existing features
- `breaking` - Breaking changes
- `docs` - Documentation updates
- `chore` - Maintenance tasks
**Scope:** Optional, short identifier in parentheses (e.g., `(api)`, `(auth)`, `(ui)`)
**Examples:**
- `fix: prevent crash on sync`
- `fix(api): handle null response from auth endpoint`
- `docs(cli): update installation guide`
|