Skip to content

chore: Bump helm/chart-testing-action from 2.6.1 to 2.7.0 #63

chore: Bump helm/chart-testing-action from 2.6.1 to 2.7.0

chore: Bump helm/chart-testing-action from 2.6.1 to 2.7.0 #63

Workflow file for this run

name: PR check
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
- ready_for_review
pull_request_target:
branches:
- main
types:
- opened
- edited
- synchronize
- ready_for_review
permissions:
pull-requests: read
jobs:
validate-title:
if: github.event.pull_request.draft == false
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}