Validated examples¶
Every root configuration in this catalogue is loaded with the exact Octoform patch pinned by the documentation build before publication. Owners and repositories are intentionally fictitious.
Start with a plan
Replace the placeholder owner, provide an appropriately scoped token, and
run octoform plan before considering apply.
Minimal policy¶
Manage one merge setting across every selected repository. This is the smallest configuration that produces a mutable plan.
Audit only¶
Report missing public metadata without declaring desired repository settings or making mutation possible.
Personal account¶
Classify repositories from local evidence and use repository rulesets without depending on organization custom properties.
Branch patterns¶
Compare the default-branch token, exact branches, glob patterns, and a fixed set of maintained branches.
Scheduled audit¶
Use a policy that stays observational even if someone invokes apply against
the same file.
Shared presets¶
Compose owner-neutral project and security policies from organization or personal-account root configurations.
What validation proves¶
The documentation build parses every root file, resolves its imports, and rejects invalid configuration. Validation proves compatibility with the documented Octoform release; it does not prove that the placeholder policy is appropriate for a particular repository, token, or GitHub plan.