Auto-assign Copilot to next- issues generated from weekly run, and add fix-pyright skill#46726
Open
JennyPng wants to merge 23 commits intoAzure:mainfrom
Open
Auto-assign Copilot to next- issues generated from weekly run, and add fix-pyright skill#46726JennyPng wants to merge 23 commits intoAzure:mainfrom
JennyPng wants to merge 23 commits intoAzure:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the eng/tools/azure-sdk-tools vnext issue automation to optionally auto-assign the Copilot coding agent for eligible next-* issues (with duplicate PR detection and version-bump retriggering), and adds a new fix-pyright skill to align with existing fix-* skills.
Changes:
- Add Copilot auto-fix helpers to vnext issue creation/update flow (labels, instruction block upsert, duplicate PR detection, GraphQL assignment, and optional force-reassign on version change).
- Add unit tests covering eligibility, duplicate PR detection, instruction generation, label reconciliation, and assignment flows.
- Add
fix-pyrightskill documentation and update engineering docs (including removing the outdated Ruff row).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| eng/tools/azure-sdk-tools/tests/test_vnext_auto_fix.py | Adds tests for Copilot auto-fix helpers and integration behavior. |
| eng/tools/azure-sdk-tools/gh_tools/vnext_issue_creator.py | Implements Copilot auto-fix logic (instructions/labels/assignment) and updates some type signatures and mgmt labeling heuristic. |
| doc/eng_sys_checks.md | Documents the Copilot auto-fix behavior for weekly next-* checks. |
| doc/analyze_check_versions.md | Removes the Ruff row from the checker version table. |
| .github/skills/fix-pyright/SKILL.md | Introduces a new skill guide for fixing pyright issues, consistent with other fix-* skills. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
scbedd
reviewed
May 5, 2026
scbedd
reviewed
May 5, 2026
scbedd
reviewed
May 5, 2026
scbedd
reviewed
May 5, 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.
core:
misc.
tests: