Skip to content

Commit 443c44c

Browse files
authored
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
1 parent de58bb0 commit 443c44c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/marvin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ jobs:
7474
"model": "claude-sonnet-4-5-20250929",
7575
"env": {
7676
"GH_TOKEN": "${{ steps.marvin-token.outputs.token }}"
77-
}
77+
},
78+
"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."
7879
}

0 commit comments

Comments
 (0)