Skip to content

feat(deps): bump the k8s group with 4 updates #317

feat(deps): bump the k8s group with 4 updates

feat(deps): bump the k8s group with 4 updates #317

Workflow file for this run

name: Check PR Title
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
semantic-pr-title:
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v6
with:
types: |
feat
fix
chore
docs
style
refactor
perf
test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}