feat: allow overriding vite client port #110
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: PR Title | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, edited] | |
| branches: | |
| - main | |
| permissions: | |
| pull-requests: read | |
| jobs: | |
| check-title: | |
| runs-on: | |
| group: databricks-protected-runner-group | |
| labels: linux-ubuntu-latest | |
| name: Conventional Commit Title | |
| steps: | |
| - name: Validate PR title | |
| uses: ytanikin/pr-conventional-commits@1.5.1 | |
| with: | |
| task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","style","build"]' | |
| add_label: 'false' |