Skip to content

Align vNext preview documentation truth #307

Align vNext preview documentation truth

Align vNext preview documentation truth #307

name: Protected Path Guardrails
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
- ready_for_review
permissions:
contents: read
jobs:
protected-path-upgrade-guardrails:
name: Protected Path Upgrade Guardrails
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Require upgrade metadata for protected paths
run: python3 scripts/check_protected_paths.py --event-path "$GITHUB_EVENT_PATH"