Skip to content

release: v0.5.0-audit-rename #25

release: v0.5.0-audit-rename

release: v0.5.0-audit-rename #25

Workflow file for this run

# Source repo guard-main-docs wrapper — calls the centralized reusable workflow.
# Copy to .github/workflows/guard-main-docs.yml in repos with guarded docs.
#
# Blocks compound-engineering docs (plans, solutions, brainstorms, reviews)
# from being merged into main. Only needs pull-requests: read.
name: Guard main from engineering docs
on:
pull_request:
branches: [main]
permissions:
pull-requests: read
jobs:
guard-docs:
uses: brettdavies/.github/.github/workflows/guard-main-docs.yml@main
with:
extra_paths: 'styles/,.vale.ini,scripts/prose-check.sh'