Skip to content

Commit 88d117b

Browse files
Add base_ref support to assign_copilot_to_issue tool
- Add optional base_ref parameter to tool schema - Change from replaceActorsForAssignable to updateIssue mutation with agentAssignment - Add AgentAssignmentInput and UpdateIssueInput structs for new GraphQL mutation - Update all tests to use new mutation structure - Add test case for base_ref functionality - Update toolsnaps and documentation Co-authored-by: SamMorrowDrums <[email protected]>
1 parent c44ce2e commit 88d117b

File tree

5 files changed

+278
-57
lines changed

5 files changed

+278
-57
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ The following sets of tools are available:
751751

752752
- **assign_copilot_to_issue** - Assign Copilot to issue
753753
- **Required OAuth Scopes**: `repo`
754+
- `base_ref`: Git reference (e.g., branch) that the agent will start its work from. If not specified, defaults to the repository's default branch (string, optional)
754755
- `issue_number`: Issue number (number, required)
755756
- `owner`: Repository owner (string, required)
756757
- `repo`: Repository name (string, required)

0 commit comments

Comments
 (0)