Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add missing milestone tocreate_issue#88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
williammartin merged 2 commits intomainfromwm/missing-milestone
Apr 4, 2025

Conversation

williammartin
Copy link
Collaborator

Description

Fixes#78

@CopilotCopilotAI review requested due to automatic review settingsApril 3, 2025 20:13
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pull Request Overview

This PR adds support for a missing milestone parameter in the create_issue functionality to fix an issue with milestone handling. Key changes include:

  • Adding "milestone" to the tool's input schema in tests.
  • Updating the mock issue to include a milestone value.
  • Incorporating an optional milestone parameter in the issue creation logic.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

FileDescription
pkg/github/issues_test.goAdds assertions and test cases for milestone.
pkg/github/issues.goIntegrates optional milestone parameter into issue creation.

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused.Learn more

@@ -261,6 +261,9 @@ func createIssue(client *github.Client, t translations.TranslationHelperFunc) (t
},
),
),
mcp.WithNumber("milestone",
mcp.Description("New milestone number"),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Is it new or can it be an existing milestone number that attaches the new issue to the existing milestone?

Base automatically changed fromwm/boundaries tomainApril 3, 2025 21:34
@williammartinwilliammartin merged commit95c7b0a intomainApr 4, 2025
16 checks passed
@williammartinwilliammartin deleted the wm/missing-milestone branchApril 4, 2025 12:47
manian0430 pushed a commit to ChrisLally/github-mcp-server that referenced this pull requestApr 12, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

@SamMorrowDrumsSamMorrowDrumsSamMorrowDrums approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

create_issue is missingmilestone
2 participants
@williammartin@SamMorrowDrums

[8]ページ先頭

©2009-2025 Movatter.jp