Skip to content

🌱 ci: Use centralized reusable workflows from infra repo #2

🌱 ci: Use centralized reusable workflows from infra repo

🌱 ci: Use centralized reusable workflows from infra repo #2

Workflow file for this run

name: "PR Title Verifier"
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
contents: read
jobs:
verify:
uses: kubestellar/infra/.github/workflows/reusable-pr-verify-title.yml@main
secrets: inherit