Measuring Copilot customization effectiveness across dogfooding projects
These repos are scanned weekly for adoption metrics. Manage via CLI or update the DASHBOARD_REPOS secret.
# List monitored repos
pwsh scripts/bootstrap-dashboard.ps1 -List
# Add repos interactively
pwsh scripts/bootstrap-dashboard.ps1 -Add
# Remove repos
pwsh scripts/bootstrap-dashboard.ps1 -Remove
# Or set directly via secret (JSON array)
echo '["org/repo1","org/repo2"]' | gh secret set DASHBOARD_REPOS