This repository was archived by the owner on May 7, 2026. It is now read-only.
docs(skills): enforce Web UI as sole method for connection info setup #2937
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Pull request title validator | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| permissions: | |
| pull-requests: read | |
| jobs: | |
| validator: | |
| name: validate-pull-request-title | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: validate pull request title | |
| uses: kontrolplane/pull-request-title-validator@v1.3.2 | |
| with: | |
| types: "feat,fix,perf,deps,revert,docs,chore,refactor,test,build,ci" |