Use push events for IssueLens team memory - #1103
Merged
Changyong Gong (chagong) merged 1 commit intoSep 23, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Changyong Gong (chagong)
requested review from
Jinbo Wang (testforstephen) and
wenyt (wenytang-ms)
as code owners
September 23, 2026 02:02
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
wenyt (wenytang-ms)
approved these changes
Sep 23, 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
pull_request_target: closedtrigger withpushon the live default branch,main, and retain required stringworkflow_dispatch.inputs.pull_request_numberfor single-PR recovery.microsoft/IssueLens/.github/actions/issuelens@2b5317815e15179899014a02c41678620ce2d390.github.event.after || inputs.pull_request_number || github.run_id, keepcancel-in-progress: false, and allow a 30-minute job timeout.The Ubuntu runner, secret names, action inputs,
activityoutput /statussummary, wiki mapping and maintenance safeguards are unchanged. Top-level permissions remain{}; job permissions remaincontents: read,pull-requests: read, andid-token: write. Issue-triage workflows and their action pins are unchanged. No consumer checkout or local action is added.Operational prerequisite and boundaries
Before enabling or relying on this caller, confirm that the existing Azure OIDC federation accepts the default-branch subject
repo:microsoft/vscode-java-dependency:ref:refs/heads/mainfor push and manual dispatch (including any repository-specific subject customization). A PR-scoped credential alone is insufficient. Federation was not inspected or changed by this PR.No Foundry deployment is required. This change does not modify Azure federation, secrets, repository variables, Actions policies, or wiki content, and does not dispatch workflows or invoke the live IssueLens agent.
Validation
actionlint1.7.12 passed on the actual caller. The existing command was attempted first; the missing tool was downloaded into session artifacts and its release checksum verified.on-preserving YAML parser and GitHub's@actions/expressionsevaluator passed: exact triggers,main, manual input, immutable pin, permissions, timeout, runner, preserved inputs/output/privacy, and complete caller comparison against the fetched default baseline.git diff --checkand self-review passed; only the caller and its stale concurrency note changed. No live invocation, Azure login, deployment, or wiki publication was tested.