Skip to content

chore(deps): update helm release common to v2.6.0 #1484

chore(deps): update helm release common to v2.6.0

chore(deps): update helm release common to v2.6.0 #1484

name: Validate Pull Request
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
validate:
if: ${{ !startsWith(github.head_ref, 'release-please--') }}
name: validate PR name
runs-on: ubuntu-latest
env:
CT_TARGET_BRANCH: ${{ github.event.repository.default_branch }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: helm/[email protected]
- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
- name: Validate PR Name
run: .github/scripts/validate-pullrequest.sh
env:
PR_TITLE: ${{ github.event.pull_request.title }}