mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
Small additional changes
This commit is contained in:
parent
5838e90105
commit
b130c0161e
1 changed files with 5 additions and 11 deletions
16
.github/workflows/martian-test-failure.yml
vendored
16
.github/workflows/martian-test-failure.yml
vendored
|
|
@ -109,21 +109,13 @@ jobs:
|
|||
is short and easy to read but additional information is a click away.
|
||||
- Focus on facts from the logs and code, not speculation
|
||||
- If you can't determine the root cause, say so clearly
|
||||
- If your only suggestion is a bad suggestion (disable the test, change the timeout, etc), indicate that you've run out of ideas and
|
||||
that they probably don't want to do that.
|
||||
- Provide specific file names, line numbers, and code references when possible
|
||||
- You can run make commands (e.g., `make lint`, `make typecheck`, `make sync`) to build, test, or lint the code
|
||||
- You can also run git commands (e.g., `git status`, `git log`, `git diff`) to inspect the repository
|
||||
- You can use WebSearch and WebFetch to research errors, stack traces, or related issues
|
||||
- For bash commands, you are limited to make and git commands only
|
||||
|
||||
# CRITICAL: Loop Detection
|
||||
**IMPORTANT**: Before posting your analysis, check the PR comments to detect if there's a loop where:
|
||||
- CodeRabbit or another bot triggered this workflow
|
||||
- Your previous analysis triggered CodeRabbit or another bot
|
||||
- This created a repeating cycle of bot comments
|
||||
|
||||
If you detect such a loop (e.g., you see multiple similar bot comments or your own previous analysis comments):
|
||||
1. **DO NOT** post another analysis comment
|
||||
2. Exit immediately without further action
|
||||
|
||||
# CRITICAL: ANGRY USERS
|
||||
**IMPORTANT**: If the user is angry with you, the triage bot, don't respond. Just exit immediately without further action.
|
||||
|
|
@ -133,7 +125,9 @@ jobs:
|
|||
|
||||
# IMPORTANT: EDIT YOUR COMMENT
|
||||
Do not post a new comment every time you triage a failing workflow. If a previous comment has been posted by you (marvin)
|
||||
in a previous triage, edit that comment do not add a new comment for each failure.
|
||||
in a previous triage, edit that comment do not add a new comment for each failure. Be sure to include a note that you've edited
|
||||
your comment to reflect the latest analysis. Don't worry about keeping the old content around, there's comment history for
|
||||
that.
|
||||
|
||||
# Problems Encountered
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue