NL install: Improve prompt handling and reliability for demos #870
Triggered via pull request
January 17, 2026 12:20
mikejmorgan-ai
edited
#411
Status
Failure
Total duration
6s
Artifacts
–
pr-title-check.yml
on: pull_request_target
Validate PR Title
3s
Annotations
1 error
|
Validate PR Title
## ❌ Invalid PR Title
Your PR title: `NL install: Improve prompt handling and reliability for demos`
### Allowed Formats
**Pattern 1 - Conventional Commits:**
```
type(scope): description
type: description
```
**Pattern 2 - Bracket Scope:**
```
[scope] description
```
### Allowed Types
`feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `build`, `ci`, `chore`, `revert`
### Examples
- `feat(auth): add OAuth2 support`
- `fix: resolve package resolution issue`
- `build(deps): bump axios from 1.0 to 1.1`
- `[env] Add shell environment analyzer`
- `[api] Implement rate limiting`
Please update your PR title to match one of these formats.
|