Skip to content

add support for list_issues - #26

Merged
juruen merged 4 commits into
mainfrom
juruen/list-issues
Mar 20, 2025
Merged

add support for list_issues#26
juruen merged 4 commits into
mainfrom
juruen/list-issues

Conversation

@juruen

Copy link
Copy Markdown
Collaborator

Context

This PR adds support for the list_issues tool.

Screenshot 2025-03-19 at 21 50 01

CopilotAI review requested due to automatic review settings March 19, 2025 20:51

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

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 the "list_issues" tool that lists and filters repository issues.

  • Implements a new listIssues function in pkg/github/issues.go.
  • Adds corresponding tests in pkg/github/issues_test.go.
  • Updates README.md documentation and registers the tool in pkg/github/server.go.

Reviewed Changes

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

FileDescription
pkg/github/issues.goAdded listIssues implementation and ISO timestamp error message.
pkg/github/issues_test.goAdded tests for listIssues and parseISOTimestamp functionality.
README.mdUpdated documentation to include parameters for list_issues.
pkg/github/server.goRegistered listIssues in the server tool set.

Tip: Leave feedback on Copilot's review comments with the 👎 and 👍 buttons to help improve review quality. Learn more

Comment threadpkg/github/issues.go
@juruen
juruenforce-pushed the juruen/list-issues branch from b90f682 to 3bc8632CompareMarch 19, 2025 20:57
Base automatically changed from juruen/create-issue to mainMarch 20, 2025 17:17
@juruen
juruen merged commit b3b3e02 into mainMar 20, 2025
@juruen
juruen deleted the juruen/list-issues branch March 20, 2025 17:20
imfromfuture3000-Android pushed a commit to imfromfuture3000-Android/github-mcp-server that referenced this pull request Mar 1, 2026
…ons/docker/setup-buildx-action-3.12.0
Bump docker/setup-buildx-action from 3.11.1 to 3.12.0
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@juruen@SamMorrowDrums