Skip to content

chore(deps): bump k8s.io/cli-runtime from 0.30.0 to 0.30.1 #1738

chore(deps): bump k8s.io/cli-runtime from 0.30.0 to 0.30.1

chore(deps): bump k8s.io/cli-runtime from 0.30.0 to 0.30.1 #1738

Workflow file for this run

name: titlecheck
# Run on PR
on:
# enable for testing new changes
# pull_request:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
titlecheck:
name: PR title follows coventional commit
runs-on: ubuntu-latest
steps:
- name: Check conventinal title
uses: aslafy-z/conventional-pr-title-action@v3.2.0
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@7.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}