Commit Graph

1 Commits

Author SHA1 Message Date
Alexander Whitestone
8419dea39e fix: #1255
Some checks failed
CI / test (pull_request) Failing after 1m2s
CI / validate (pull_request) Failing after 1m2s
Review Approval Gate / verify-review (pull_request) Failing after 8s
- Add admin actions toolkit for repo-owner tasks
- Add bin/admin_actions.py with branch protection tools
- Add docs/admin-actions.md with documentation
- Generate report showing current status

Addresses issue #1255: [IaC] Admin actions for Rockachopa

Provides tools for:
1. Enable rebase-before-merge on main
2. Check PR #1254 status
3. Set up stale-pr-closer cron
4. Grant admin access to @perplexity

Report shows:
- Branch protection: NOT enabled (action required)
- PR #1254: MERGED (already completed)

Tools:
- python bin/admin_actions.py --check
- python bin/admin_actions.py --enable-rebase
- python bin/admin_actions.py --check-pr 1254
- python bin/admin_actions.py --generate-script
- python bin/admin_actions.py --report

Note: Admin actions require repo-owner permissions.
2026-04-20 21:27:15 -04:00