Onboard IssueLens for Java Test - #1935
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
🟡 Changes recommended
New issues would be processed concurrently by IssueLens and the existing active AI Triage workflow.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Onboards IssueLens automation for Java Test triage and shared team memory.
Changes:
- Adds issue-triage and post-merge memory workflows.
- Configures labeling, duplicate detection, assignment, and memory policies.
- Preserves source authorization and shared-wiki safeguards.
File summaries
| File | Description |
|---|---|
.github/workflows/team-memory-post-merge.yml |
Adds guarded team-memory updates. |
.github/workflows/issuelens-run.yml |
Adds automated issue processing. |
.github/issuelens.yml |
Registers IssueLens policies and wiki destination. |
.github/issuelens/team-memory.md |
Defines shared knowledge structure and safeguards. |
.github/issuelens/labels.md |
Defines additive labeling rules. |
.github/issuelens/duplicates.md |
Defines bounded duplicate detection. |
.github/issuelens/assignment.md |
Defines assignment selection and preservation rules. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+4
to
+5
| issues: | ||
| types: [opened, reopened] |
wenyt (wenytang-ms)
approved these changes
Sep 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
microsoft/vscode-java-test, following Onboard IssueLens for Java Pack vscode-java-pack#1761. Use existing Test Runner labels, evidence-backed High (90-100) duplicate findings, andchagong/wenytang-msfor new assignments while preserving existing assignees.49df3d97547069f891a68248be6ed722c2aeca2f. Each has one remote-action step, no checkout or PR-head execution, minimal read/OIDC permissions, and activity/status-only output.wiki_repository: microsoft/vscode-java-packwhile retaining Test Runner source authorization, provenance, privacy, and optimistic-concurrency safeguards. Preserve the shared wiki namespace and other repositories' knowledge.needs more infofor insufficient/out-of-scope reports and retain the existing No Response workflow's 14-day closure behavior. That workflow remains unchanged; no new closer or direct duplicate closure is added.Operational prerequisites
Requires an existing authorized IssueLens endpoint, repository-specific Azure OIDC federation, the five referenced Azure/IssueLens secrets, source-project authorization, and appropriate App installation/access. Shared-wiki Contents access is read for retrieval and write only for separately authorized maintenance; it does not replace source-user authorization. Post-merge maintenance additionally requires
ISSUELENS_TEAM_MEMORY_ENABLED=truewhen operators are ready.This PR does not configure secrets/settings, enable or dispatch workflows, deploy an agent, or write to the wiki. Live OIDC/App/agent/wiki readiness is not claimed.
Validation
Passed the pinned published schema, coordinating-session real
load_instruction/resolve_wiki_repositorychecks, actionlint 1.7.12, and 610 focused assertions covering event gates, concurrency, approved workflow-blob parity, live labels, policy bounds, paths/links, and the exact seven-file scope. No README, application, dependency, global configuration, or existing triage workflow changes.