Skip to content

fix: point installer to helm chart main #499

fix: point installer to helm chart main

fix: point installer to helm chart main #499

Workflow file for this run

name: PR Lint
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
title:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
name: Validate PR title
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}