Closed
Description
- Extension version: Since 104.0
- VSCode Version: 1.101.0
- OS: Mac OS 15.5 (24F74)
- Repository Clone Configuration (single repository/fork of an upstream repository):
- Github Product (Github.com/Github Enterprise version x.x.x): GitHub Enterprise Server 3.14.9
Since version 104.0 the Pull Request View panel started to failing to fetch the right queries for every repo, causing a mix of result between different repositories. It's like it was losing the context of the workspace selected and start to fetch from multiples repos at the same time which leaves the Pull Request view panel on an uncertain state.
Steps to Reproduce:
- Create a VSCode Workspace using multiple repositories on the same Github Server
- Set the next config for your pull requests queries
"githubPullRequests.queries": [
{
"label": "Waiting For My Review",
"query": "is:open review-requested:@me"
},
{
"label": "Assigned To Me",
"query": "is:open assignee:@me"
},
{
"label": "Created By Me",
"query": "is:open author:@me"
},
{
"label": "Reviewed By Me",
"query": "is:open reviewed-by:@me -author:@me"
},
{
"label": "Not Approved by Me",
"query": "is:open -review:approved reviewed-by:@me -author:@me"
},
{
"label": "My Merged PRs",
"query": "is:closed is:merged sort:created-desc author:@me"
},
{
"label": "Merged PRs",
"query": "is:closed is:merged sort:created-desc -author:@me"
}
], - Expand a query on the Pull Request view, for example
Merged PRs
on one of the repos - Expand the same query but another repo
- You will see a mix of queries of both repos in the same query, result from repo 1 and repo 2 for the same query
Metadata
Metadata
Assignees
Labels
No labels