Skip to content

Update template instructions with correct helm syntax #154

Update template instructions with correct helm syntax

Update template instructions with correct helm syntax #154

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/[email protected]
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^\[stable\/+.+].*'
prefix_case_sensitive: false