Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 5 additions & 17 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
# Code owners for Base documentation governance surfaces.
# Reviewer requests are intentionally disabled.
#
# This file is a convenience, not the enforcement mechanism. It makes GitHub automatically
# request a review from a Governance Owner when a pull request touches a protected file, so
# the right person is notified without anyone having to remember. The actual blocking is done
# by the check runs published from .github/workflows/ia-approval-gates.yml, which counts
# approvals against .github/ia-governance.json.
#
# Keep the owner list here in sync with `governanceOwners` in .github/ia-governance.json.
# Changing this file requires three Writer approvals -- see the ci-configuration gate.

# Structural and content guidelines.
/docs/ia-guidelines.md @ericbrown99 @mindapivessa
/docs/content-guidelines.md @ericbrown99 @mindapivessa

# Navigation tree. Structural changes here are gated by the Get Started and
# Build on Base Solutions checks.
/docs/docs.json @ericbrown99 @mindapivessa
# The checks published by .github/workflows/ia-approval-gates.yml continue to enforce
# approvals for protected documentation changes without automatically requesting reviews
# from individual Governance Owners. Changing this file requires three Writer approvals --
# see the ci-configuration gate.
Loading