fix(.github/workflows): replace github mcp server with gh cli#4695
fix(.github/workflows): replace github mcp server with gh cli#4695julieqiu wants to merge 2 commits intogoogleapis:mainfrom
Conversation
The GitHub MCP server was previously being run via a Docker container, which caused issues because Docker is not available on the execution runner. This change removes the use of the GitHub MCP server entirely and instead leverages the pre-installed GitHub CLI tools directly within the workflow execution environment to handle issue and pull request operations. Fixes googleapis#4664
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
@gemini-cli please confirm if you can create an issue with the updated settings in this PR |
|
🤖 Hi @julieqiu, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4695 +/- ##
=======================================
Coverage 79.10% 79.10%
=======================================
Files 111 111
Lines 9420 9420
=======================================
Hits 7452 7452
Misses 1453 1453
Partials 515 515 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🤖 AI Assistant: Plan of ActionI have analyzed the request and propose the following plan. This plan will not be executed until it is approved by a maintainer. Resource Estimate:
Proposed Steps:
Please review this plan. To approve, comment |
|
@gemini-cli please confirm if you can create an issue with the updated settings in this PR |
1 similar comment
|
@gemini-cli please confirm if you can create an issue with the updated settings in this PR |
Remove use of the GitHub MCP and use the pre-installed GitHub CLI directly for use in Gemini workflows.