Skip to content

chore: add a step to validate branch name in Build Artifacts for PRs workflow #200

chore: add a step to validate branch name in Build Artifacts for PRs workflow

chore: add a step to validate branch name in Build Artifacts for PRs workflow #200

Workflow file for this run

name: Check PR Title
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
check-pr-title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- name: Check PR Title
uses: rudderlabs/[email protected]