Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add integration tests for GitHub MCP server

オープン
#376 コメント 5 件 リアクション 0 件 担当者 1 名 GitHub で見る

@IamRiddhi がすでに取り組んでいます。

2025年12月8日 から。

評価

この issue はまだ評価されていません。

説明

area/quality area/workflows github_actions kind/cicd kind/enhancement

Description:

The action's ability to interact with GitHub via the Model Context Protocol (MCP) server is a critical and complex feature. We need dedicated integration tests to ensure that the action can correctly connect to the MCP server, use its tools (mcp__github__*), and perform actions against the GitHub API.

Testing Strategy:

  1. Create a dedicated workflow in a testing repository. This workflow should be triggered by an event like a new issue being created.
  2. Configure the workflow to use the run-gemini-cli action with the mcpServers input pointing to the ghcr.io/github/github-mcp-server image.
  3. Provide a prompt that requires the use of an MCP tool.
  4. Add a verification step to the workflow. This step will run after the action and use the standard GitHub API (e.g., via the gh CLI) to verify that the expected action was performed (e.g., that the comment was actually added to the issue).
主要言語
TypeScript
スター
2.1k
フォーク
285
平均マージ
8時間 8分
マージ済み PR(30日)
1

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

google-github-actions/run-gemini-cli のほかの issue

google-github-actions/run-gemini-cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。