Skip to content

Ci/fix version v2

Ci/fix version v2 #63

name: Check PR title for v2
on:
pull_request:
branches: ['master-v2', 'develop-v2']
types: ['opened', 'reopened', 'edited', 'synchronize']
jobs:
check_pr_title_v2:
name: Check PR title for v2
runs-on: ubuntu-latest
steps:
- name: Checkout source branch
uses: actions/checkout@v3
- name: Check PR title for v2
uses: rudderlabs/github-action-check-pr-title@v1.0.7