Agentic Workflow: Check tool repo for issue triage#538
Open
edvilme wants to merge 4 commits intomicrosoft:mainfrom
Open
Agentic Workflow: Check tool repo for issue triage#538edvilme wants to merge 4 commits intomicrosoft:mainfrom
edvilme wants to merge 4 commits intomicrosoft:mainfrom
Conversation
This was referenced Feb 25, 2026
This was referenced Feb 25, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
This pull request updates two GitHub Actions workflow lock files to improve automation and compatibility. The major changes include broadening domain allowlists for network access, reverting to earlier versions of certain actions for stability, and expanding the issue triage workflow to handle both new issues and issue comments. Naming and descriptions have also been updated for clarity.
Workflow compatibility and security improvements
.github/workflows/check-python-versions.lock.ymland.github/workflows/issue-check-template.lock.ymlto include additional package, security, and validation endpoints. This ensures workflows can access all necessary resources and improves reliability. [1] [2]github/gh-aw/actions/setupaction from versionv0.49.6tov0.47.5in both workflows, likely to address compatibility or stability issues. [1] [2] [3] [4] [5] [6] [7] [8] [9]actions/download-artifactfrom versionv7.0.0tov6throughout both workflows for improved compatibility. [1] [2] [3] [4] [5] [6] [7] [8]Issue triage workflow enhancements
.github/workflows/issue-check-template.lock.ymlto run not only on new issues, but also when a maintainer comments/triage-issueon an existing issue, and added logic to search for related issues in the upstream isort repository.These changes collectively improve workflow robustness, clarity, and ensure the automation can handle a wider range of issue triage scenarios.