mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 07:57:19 -05:00
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>
This commit is contained in:
19
.github/CODEOWNERS
vendored
19
.github/CODEOWNERS
vendored
@@ -1,8 +1,13 @@
|
||||
# Canonical code ownership for BlackRoad OS meta repository
|
||||
# Keep ownership broad and predictable; satellite repos may define finer rules.
|
||||
# BlackRoad OS Code Owners
|
||||
* @alexa
|
||||
|
||||
* @alexa-amundson
|
||||
/docs/ @docs-team @alexa-amundson
|
||||
/os-spec/ @infra-team @alexa-amundson
|
||||
/tools/ @infra-team @alexa-amundson
|
||||
/.github/ @infra-team @alexa-amundson
|
||||
# Python services
|
||||
*.py @alexa
|
||||
|
||||
# Railway configurations
|
||||
railway*.json @alexa
|
||||
railway*.toml @alexa
|
||||
|
||||
# Security-sensitive files
|
||||
.env* @alexa
|
||||
*secret* @alexa
|
||||
|
||||
Reference in New Issue
Block a user