Add configurable automation failure notifications#52
Conversation
Mira PR WalkthroughAdds configurable GitHub issue notifications for sync, CI, and promotion failures in generated GitHub Actions workflows. Notification and recovery steps are conditionally emitted based on graph LR
templates["src/workflow-templates.ts"]
tests["tests/workflow-templates.test.ts"]
tests --> templates
Confidence: 4/5 ◉◉◉◉○ Safe with minor fixes
2 files reviewed
|
There was a problem hiding this comment.
Mira Review Summary
A security concern in src/workflow-templates.ts at line 113 involves unescaped interpolation of config.syncBranch into a GitHub Actions workflow expression, which could allow expression injection if the branch name contains special characters such as single quotes.
Summary
issues: writepermissionsTesting
npm testnpm run format:checkCloses #50