Onboard IssueLens for Java Pack - #1761
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Changyong Gong (chagong)
requested review from
Sheng Chen (jdneo),
Jinbo Wang (testforstephen) and
wenyt (wenytang-ms)
as code owners
September 15, 2026 08:16
Copilot started reviewing on behalf of
Changyong Gong (chagong)
September 15, 2026 08:31
View session
There was a problem hiding this comment.
🟡 Changes recommended
Retire or gate the legacy triage path before enabling the new issue trigger to prevent duplicate or conflicting updates.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Onboards the pinned IssueLens action for Java Pack issue triage and optional post-merge team-memory maintenance.
Changes:
- Replaces local triage automation with guarded IssueLens workflows.
- Adds labeling, duplicate detection, assignment, and wiki-memory policies.
- Adds opt-in post-merge team-memory maintenance.
File summaries
| File | Summary |
|---|---|
.github/workflows/team-memory-post-merge.yml |
Optional post-merge team-memory workflow. |
.github/workflows/issueLens-run.yml |
Issue event and manual-run IssueLens workflow; its issues: opened trigger overlaps with the legacy triage workflow and may cause duplicate or conflicting updates. |
.github/issuelens/team-memory.md |
Wiki organization, provenance, and maintenance safeguards. |
.github/issuelens/labels.md |
Additive labeling rules. |
.github/issuelens/duplicates.md |
Bounded duplicate-detection policy. |
.github/issuelens/assignment.md |
Assignment restrictions and preservation rules. |
.github/issuelens.yml |
IssueLens policy-domain and wiki-target configuration. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
wenyt (wenytang-ms)
approved these changes
Sep 16, 2026
Contributor
|
better to send message for some necessary info update to maintainer. |
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
49df3d97547069f891a68248be6ed722c2aeca2f. Handle opened/reopened issues, human issue comments, and default-branch manual runs without checkout or PR-code execution. Use read-only GitHub workflow permissions plus OIDC andactivity/statusoutput; remove the legacy email/output-artifact steps.chagongorwenytang-msusing commit history or the approved fallback; and an architecture-based wiki structure explicitly targetingmicrosoft/vscode-java-pack. Preserve existing labels/assignees, explicit write authorization, source provenance, and wiki consistency safeguards. The native duplicate threshold replaces the old retrieval cutoff by maintainer decision, not numeric conversion.Validation
actionlint1.7.12 passed for both workflows.git diff --checkpassed; no source-code changes require an extension build.Rollout prerequisites
Live Azure/OIDC, agent, GitHub App, and wiki operation was not exercised or configured. Supply
AZURE_CLIENT_ID,AZURE_TENANT_ID,AZURE_SUBSCRIPTION_ID,ISSUELENS_AGENT_URL(the deployed HTTPS invocation endpoint), andISSUELENS_AGENT_SCOPE. Verify event/ref-scoped OIDC federation for issue events, dispatch, and post-merge runs; source App access and authorized issue writes; and an initialized destination wiki with App Contents read/write permissions.Set
ISSUELENS_TEAM_MEMORY_ENABLED=trueonly when memory maintenance is ready. No workflow dispatch, runtime activation, permission/secret changes, wiki writes, or other-repository onboarding is included.