Skip to content

build(deps): bump tar, @kubernetes/client-node, @angular-devkit/build-angular, @angular-eslint/schematics and @angular/cli in /components/centraldashboard-angular/frontend #548

build(deps): bump tar, @kubernetes/client-node, @angular-devkit/build-angular, @angular-eslint/schematics and @angular/cli in /components/centraldashboard-angular/frontend

build(deps): bump tar, @kubernetes/client-node, @angular-devkit/build-angular, @angular-eslint/schematics and @angular/cli in /components/centraldashboard-angular/frontend #548

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@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
improve
refactor
revert
test
ci
docs
chore
# disallow all commit scopes
disallowScopes: ".*"