Skip to content

[stable/none] Update helm-conftest.yaml #115

[stable/none] Update helm-conftest.yaml

[stable/none] Update helm-conftest.yaml #115

Workflow file for this run

name: "PR Title Checker"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
check_pr_title:
name: check PR title
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4.1.7
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^\[stable\/+.+].*'
prefix_case_sensitive: false