| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Extends lockdown filtering to additional pull-request read operations and fixes empty-author review filtering.
Changes:
Exported function signature changes introduce Go API compatibility issues.
Show a summary per file| File | Description |
|---|---|
| pkg/github/pullrequests.go | Adds lockdown enforcement and fixes review filtering. |
| pkg/github/pullrequests_test.go | Adds lockdown and empty-author coverage. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Note
Stacked on #2881.
Summary
Applies the shared lockdown author check to pull_request_read's get_diff/get_files, and fixes an empty-author edge in get_reviews.
Why
Part of https://github.com/github/copilot-mcp-core/issues/1798 - these two read branches didn't apply the lockdown check, and the get_reviews didn't drop reviews with an empty author on an all-empty page.
What changed
MCP impact
Prompts tested (tool changes only)
Security / limits
Tool renaming
Lint & tests
Docs