Skip to content

Added a PR verification workflow #1

Added a PR verification workflow

Added a PR verification workflow #1

Workflow file for this run

name: PR Policy
permissions:
contents: read
pull-requests: read
statuses: write
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
require-linear:
uses: odigos-io/ci-core/.github/workflows/require-linear.yml@v1
secrets: inherit