This directory contains GitHub-specific configuration files and documentation for the ULT Trading Platform repository.
.github/
βββ workflows/ # GitHub Actions workflows
βββ scripts/ # Utility scripts for workflows
βββ CODE_REVIEW_SETUP.md # π¨ Admin guide for code review credits
βββ ADMIN_ACTION_REQUIRED.md # Quick action guide for admins
βββ README.md # This file
Status: π΄ REQUIRES IMMEDIATE ADMIN ACTION
The chatgpt-codex-connector automated code review system has run out of credits.
Quick Links:
- π΄ Admin Action Required - READ THIS FIRST
- π Complete Setup Guide - Detailed instructions
- π Credit Monitor Workflow - Automated monitoring
For Admins:
- Read ADMIN_ACTION_REQUIRED.md
- Add 500 credits to chatgpt-codex-connector
- Enable low-credit alerts
- Mark as complete in the document
For Contributors: While credits are being added, use manual peer review and the existing Quality Gates workflows.
All GitHub Actions workflows that run automatically on PRs, pushes, and schedules.
| Workflow | Trigger | Purpose |
|---|---|---|
| quality-gates.yml | PR, Push | Comprehensive quality checks (lint, test, build) |
| ci.yml | PR, Push | Continuous Integration checks |
| pr-review-to-issue.yml | PR Closed | Creates issues from PR review comments |
| process-all-review-comments.yml | Schedule (4h) | Processes recent PR comments |
| weekly-review-report.yml | Schedule (Mon) | Weekly summary of reviews |
| credit-monitor.yml | Schedule (Mon) | π Monitors code review credits |
| test-pr-close.yml | PR Closed | Test automation |
| simple-test.yml | Push | Simple validation tests |
| weekly-test.yml | Schedule (Sun) | Weekly regression tests |
| deploy-review-dashboard.yml | Manual | Deploy review dashboard |
- Create file in
.github/workflows/ - Follow naming convention:
kebab-case.yml - Test locally with act if possible
- Add to this README under "Active Workflows"
- Validate with
.github/scripts/validate-workflows.sh
Utility scripts used by workflows or for local development.
| Script | Purpose |
|---|---|
| validate-workflows.sh | Validates all workflow YAML files |
-
- Complete guide to managing code review credits
- Step-by-step setup instructions
- Cost optimization strategies
- Alternative review solutions
- Troubleshooting guide
-
- Quick reference for immediate actions
- 10-15 minute setup guide
- Current issue resolution
- Status tracking checklist
Reference these documents when:
- Setting up automated code reviews
- Understanding CI/CD workflows
- Troubleshooting workflow issues
- Contributing to workflow improvements
- CONTRIBUTING.md - Development guidelines
- README.md - Project overview
- SECURITY.md - Security policies
- docs/CI_CD_GUIDE.md - CI/CD detailed guide
- trading-platform/REVIEW_REPORT.md - Quality status
- Check ADMIN_ACTION_REQUIRED.md
- Contact repository administrators
- Open issue with label
code-review-support
- Check workflow logs in GitHub Actions tab
- Run validation:
.github/scripts/validate-workflows.sh - Open issue with label
workflow-issue
- Read CONTRIBUTING.md
- Check existing issues and discussions
- Ask in repository discussions
- Review credit monitor workflow output
- Check for failed workflows
- Review open issues with
code-review-*labels
- Review credit usage patterns
- Optimize workflow efficiency
- Update documentation as needed
- Clean up old workflow runs
- Evaluate alternative code review tools
- Review credit allocation
- Update cost-benefit analysis
- Archive outdated workflows
| Date | Change | Author |
|---|---|---|
| 2026-02-19 | Added code review credit documentation | @copilot |
| 2026-02-19 | Added credit-monitor workflow | @copilot |
| 2026-02-19 | Created .github README | @copilot |
Last Updated: 2026-02-19