Skip to content

ci: bootstrap repo with workflows, rulesets, and project config #1

ci: bootstrap repo with workflows, rulesets, and project config

ci: bootstrap repo with workflows, rulesets, and project config #1

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