Skip to content

feat(ws): Add Workspace Data Vol column functionality to workspaces table #13

feat(ws): Add Workspace Data Vol column functionality to workspaces table

feat(ws): Add Workspace Data Vol column functionality to workspaces table #13

Workflow file for this run

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/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
improve
refactor
revert
test
ci
docs
chore
scopes: |
nb
pvc
tb
ws
requireScope: false