Skip to content

test(e2e): update k8s UPGRADE_FROM to 1.33 #605

test(e2e): update k8s UPGRADE_FROM to 1.33

test(e2e): update k8s UPGRADE_FROM to 1.33 #605

# Copyright 2025 Nutanix. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: "conventional-pr-title"
permissions:
contents: read
pull-requests: read
on:
pull_request:
types:
- opened
- edited
- synchronize
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
check:
runs-on: ubuntu-24.04
steps:
- uses: amannn/action-semantic-pull-request@v6
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}