mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-28 10:18:08 +02:00
Configure Marvin to auto-create PRs and label issues (#2319)
* Update marvin.yml * Configure Marvin to auto-create PRs and label issues * Make Marvin instructions more assertive with MUST
This commit is contained in:
parent
de58bb0e6c
commit
443c44c507
1 changed files with 2 additions and 1 deletions
3
.github/workflows/marvin.yml
vendored
3
.github/workflows/marvin.yml
vendored
|
|
@ -74,5 +74,6 @@ jobs:
|
|||
"model": "claude-sonnet-4-5-20250929",
|
||||
"env": {
|
||||
"GH_TOKEN": "${{ steps.marvin-token.outputs.token }}"
|
||||
}
|
||||
},
|
||||
"customInstructions": "When you complete work on an issue: (1) You MUST create a pull request using the mcp__github__create_pull_request tool instead of posting a link, and (2) You MUST add the 'marvin-pr' label to the original issue using mcp__github__update_issue. Even if PR creation fails and you post a link instead, you MUST still add the 'marvin-pr' label. Follow the PR message guidelines in CLAUDE.md."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue