Skip to content

update endgame github issues notebook - remove repos and add org#268895

Merged
sandy081 merged 1 commit intomainfrom
sandy081/yeasty-caribou
Sep 29, 2025
Merged

update endgame github issues notebook - remove repos and add org#268895
sandy081 merged 1 commit intomainfrom
sandy081/yeasty-caribou

Conversation

@sandy081
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings September 29, 2025 16:10
@sandy081 sandy081 enabled auto-merge (squash) September 29, 2025 16:10
@sandy081 sandy081 self-assigned this Sep 29, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the GitHub Issues notebook configuration for endgame workflows by simplifying repository targeting. Instead of maintaining a long list of specific Microsoft repositories, the queries now use the broader org:microsoft scope to cover all repositories in the Microsoft organization.

  • Removed the lengthy $REPOS variable definition containing 40+ specific repository references
  • Replaced all $REPOS usage with org:microsoft in query strings
  • Added milestone and assignment variables to one query that was missing them

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.vscode/notebooks/my-endgame.github-issues Updated personal endgame notebook to use org-wide search instead of specific repos
.vscode/notebooks/endgame.github-issues Updated general endgame notebook to use org-wide search instead of specific repos

"kind": 2,
"language": "github-issues",
"value": "$REPOS is:issue is:open author:@me label:testplan-item"
"value": "org:microsoft $MILESTONE $MINE is:issue is:open author:@me label:testplan-item"
Copy link

Copilot AI Sep 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] This query includes both $MINE (assignee:@me) and author:@me filters, which may be redundant. Consider if both filters are necessary or if one should be removed for clarity.

Suggested change
"value": "org:microsoft $MILESTONE $MINE is:issue is:open author:@me label:testplan-item"
"value": "org:microsoft $MILESTONE $MINE is:issue is:open label:testplan-item"

Copilot uses AI. Check for mistakes.
@vs-code-engineering vs-code-engineering bot added this to the September 2025 milestone Sep 29, 2025
@sandy081 sandy081 merged commit 6ab3172 into main Sep 29, 2025
28 checks passed
@sandy081 sandy081 deleted the sandy081/yeasty-caribou branch September 29, 2025 16:22
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Nov 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants