Repo Standards Audit - 2026-04-30
Compliance Checklist
Issues Found
- No backup workflow - The repo has no
.github/workflows/backup.yml to call the reusable backup workflow at Specter099/.github/.github/workflows/repo-backup.yml@main.
- No GitHub environments - The
backup and production environments have not been created.
- Missing CODEOWNERS -
.github/CODEOWNERS file does not exist.
Suggested Fixes
Create environments:
gh api repos/Specter099/gpg-key/environments/backup -X PUT
gh api repos/Specter099/gpg-key/environments/production -X PUT
.github/workflows/backup.yml and .github/CODEOWNERS must be added via commits to a feature branch and merged via PR.
Repo Standards Audit - 2026-04-30
Compliance Checklist
.github/workflows/backup.ymldoes not existbackupnorproductionenvironments exist.github/PULL_REQUEST_TEMPLATE.md- exists.github/ISSUE_TEMPLATE/bug_report.md- exists.github/CODEOWNERS- missingSECURITY.md- exists.github/dependabot.ymlexistsIssues Found
.github/workflows/backup.ymlto call the reusable backup workflow atSpecter099/.github/.github/workflows/repo-backup.yml@main.backupandproductionenvironments have not been created..github/CODEOWNERSfile does not exist.Suggested Fixes
Create environments:
.github/workflows/backup.ymland.github/CODEOWNERSmust be added via commits to a feature branch and merged via PR.