Files
blackroad-operating-system/.github/CODEOWNERS
Alexa Louise c00b6ee2a1 fix: Add Railway deployment configs and GitHub workflows
- Add Railway configuration (railway.toml)
- Add GitHub Actions workflows
  - Railway deployment automation
  - Python/Node.js testing
  - Health check monitoring
- Add GitHub templates (CODEOWNERS, PR template)
- Add requirements files if missing
- Standardize deployment across all services

This ensures consistent deployment patterns across the entire
BlackRoad OS infrastructure.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-10 15:35:09 -06:00

14 lines
192 B
Plaintext

# BlackRoad OS Code Owners
* @alexa
# Python services
*.py @alexa
# Railway configurations
railway*.json @alexa
railway*.toml @alexa
# Security-sensitive files
.env* @alexa
*secret* @alexa