Skip to content

🌱 workflows: sync pull_request trigger types #3467

🌱 workflows: sync pull_request trigger types

🌱 workflows: sync pull_request trigger types #3467

Workflow file for this run

name: PR Verifier
permissions: {}
on:
pull_request_target:
# edited is needed here as this workflow checks for PR meta content
types: [opened, edited, reopened, synchronize, ready_for_review]
jobs:
verify:
name: verify PR contents
uses: metal3-io/project-infra/.github/workflows/pr-verifier.yaml@main