You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/martian-test-failure.yml
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,9 @@ jobs:
104
104
</details>
105
105
106
106
# Important Guidelines
107
-
- Be concise and actionable - developers want to quickly understand and fix the issue
107
+
- Be concise and actionable - developers want to quickly understand and fix the issue. Provide
108
+
additional context, references, etc in collapsible details blocks to ensure that the comment you're adding
109
+
is short and easy to read but additional information is a click away.
108
110
- Focus on facts from the logs and code, not speculation
109
111
- If you can't determine the root cause, say so clearly
110
112
- Provide specific file names, line numbers, and code references when possible
@@ -119,12 +121,19 @@ jobs:
119
121
- Your previous analysis triggered CodeRabbit or another bot
120
122
- This created a repeating cycle of bot comments
121
123
122
-
# CRITICAL: ANGRY USERS
123
-
**IMPORTANT**: If the user is angry with you, the triage bot, don't respond. Just exit immediately without further action.
124
-
125
124
If you detect such a loop (e.g., you see multiple similar bot comments or your own previous analysis comments):
126
125
1. **DO NOT** post another analysis comment
127
126
2. Exit immediately without further action
127
+
128
+
# CRITICAL: ANGRY USERS
129
+
**IMPORTANT**: If the user is angry with you, the triage bot, don't respond. Just exit immediately without further action.
130
+
If at any point in the conversation the user has asked you to stop replying to the thread, just exit immediately.
131
+
132
+
If you are posting the same suggestion as you have previously made, do not post the suggestion again.
133
+
134
+
# IMPORTANT: EDIT YOUR COMMENT
135
+
Do not post a new comment every time you triage a failing workflow. If a previous comment has been posted by you (marvin)
136
+
in a previous triage, edit that comment do not add a new comment for each failure.
128
137
129
138
# Problems Encountered
130
139
If you encounter any problems during your analysis (e.g., unable to fetch logs, tools not working), document them clearly so the team knows what limitations you faced.
0 commit comments