github / github/github-mcp-server

Get PR timeline details

未關閉
#1,332 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement
主要語言
Go
星號
33k
分支
5k
平均合併
2 天 1 小時
30 天內合併 PR
52

描述

### Describe the feature or problem you’d like to solve

I would like to be able to get details about the timeline of the Pull Request.

### Proposed solution

Add the timeline events to the response of the pull_request_read MCP tool.

This will allow other agents to monitor for completion of the code changes done by Copilot agent, and based on that initiate some testing GH actions workflows.

### Example prompts or workflows (for tools/toolsets only)

My use case:
- I have many terraform modules for infrastructure provisioning. They often require azurerm/google providers updates. I am building an agent that decides when to create an issue in Github, assigns the Copilot to resolve and then it should run e2e infrastructure (provisioning,test,deletion) testing. But currently I cannot poll for the timeline event on the PR such as:

**Copilot finished work on behalf of [myuser](https://github.com/myuser) [16 hours ago](https://github.com/myorg/terraform-azurerm-storageaccount/pull/40#event-20558334944)**

If this timeline event is available in pull_request_read , then I can poll for it and agent would decide when to run the tests.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。