refactor(dashboard): Refactor kustomize manifests for Central Dashboard components #406
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: Semantic PRs | |
| on: | |
| pull_request_target: | |
| types: | |
| - edited | |
| - opened | |
| - reopened | |
| - synchronize | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }} | |
| cancel-in-progress: true | |
| jobs: | |
| validate_title: | |
| name: Validate Title | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: amannn/[email protected] | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| types: | | |
| fix | |
| feat | |
| improve | |
| refactor | |
| revert | |
| test | |
| ci | |
| docs | |
| chore | |
| scopes: | | |
| dashboard | |
| kfam | |
| profile | |
| requireScope: false |