Conversation
|
Junie successfully finished! |
|
|
||
| export const CODE_REVIEW_TRIGGER_PHRASE_REGEXP = new RegExp(CODE_REVIEW_ACTION, 'i') | ||
|
|
||
| export const FIX_CI_ACTION = "fix-ci"; |
There was a problem hiding this comment.
✅ Documentation Updated
The new fix-ci trigger phrase has been documented in:
- COOKBOOK.md: Added as Option A (recommended) with built-in prompt usage, similar to the
code-reviewpattern - README.md: Added to the
promptinput description to inform users about this special value
This feature allows users to trigger CI failure analysis in three ways:
- Using
prompt: "fix-ci"in workflows - Commenting
@junie-agent fix-cion PRs - Automatically on
workflow_runfailure events
Review PR diff and update README documentation Co-authored-by: mdtux89 <1517735+mdtux89@users.noreply.github.com>
[Junie]: Review PR diff and update README documentation
# Conflicts: # src/github/context.ts
|
Junie successfully finished! Result: Analyze and Suggest Fixes for CI Failures CI Failure Analysis for
|
No description provided.