# pr-title Reusable workflow — `pr-title`. ## Inputs | Input | Type | Required | Default | Description | |---|---|---|---|---| | `scopes` | `string` | no | — | Newline-separated allowed PR scopes (conventional-commit scope). | | `require-scope` | `boolean` | no | `false` | Fail when the PR title has no scope. | ## Usage ```yaml jobs: validate: uses: FSHTech/github-actions/.github/workflows/pr-title.yml@v1 ```