Files
metabuilder/codegen/src/data/github-build-status.json
johndoe6345789 a51130a127 feat: Add external low-code and postgres repositories
- codegen: Low-code React app with JSON-driven component system
- packagerepo: Schema-driven package repository with backend/frontend
- postgres: Next.js app with Drizzle ORM and PostgreSQL

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 16:48:52 +00:00

45 lines
1010 B
JSON

{
"title": "GitHub Actions",
"loading": {
"description": "Recent workflow runs"
},
"error": {
"description": "Unable to fetch workflow status",
"retry": "Try Again"
},
"empty": {
"description": "No workflow runs found",
"body": "No GitHub Actions workflows have been run yet."
},
"header": {
"description": "Build status badges and recent workflow runs",
"refresh": "Refresh"
},
"tabs": {
"badges": "Status Badges",
"runs": "Recent Runs"
},
"sections": {
"workflowBadges": "Workflow Badges",
"branchBadges": "Branch-Specific Badges"
},
"actions": {
"viewAllWorkflows": "View All Workflows"
},
"toast": {
"badgeCopied": "Badge markdown copied to clipboard"
},
"status": {
"success": "Success",
"failed": "Failed",
"cancelled": "Cancelled",
"running": "Running"
},
"time": {
"daysAgo": "{count}d ago",
"hoursAgo": "{count}h ago",
"minutesAgo": "{count}m ago",
"justNow": "just now"
}
}