Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1000 Bytes

File metadata and controls

29 lines (22 loc) · 1000 Bytes

This repository manages the zero-dot-force GitHub organization using two complementary tools:

  • Peribolos -- org membership, teams, and team-repo permissions (org/config.yaml)
  • safe-settings -- repository settings, branch protection, rulesets, and security config (safe-settings/)

For maintainer workflows, local testing, and troubleshooting, see MAINTAINING.md.

Quick Start

# Install prerequisites
brew install yamllint jq

# Validate YAML + run Go tests
make sanity

# Dry-run peribolos locally
mkdir -p ~/.config/peribolos && gh auth token > ~/.config/peribolos/token
make peribolos-dryrun

References