Add LinuxPatchExtensionTeam as default reviewer - #379
Closed
Michelle McDaniel (michellemcdaniel) wants to merge 6 commits into
Closed
Add LinuxPatchExtensionTeam as default reviewer#379Michelle McDaniel (michellemcdaniel) wants to merge 6 commits into
Michelle McDaniel (michellemcdaniel) wants to merge 6 commits into
Conversation
Michelle McDaniel (michellemcdaniel)
requested review from
Koshy John (kjohn-msft),
Mike Richmond (mirichmo) and
Rajasi Rane (rane-rajasi)
as code owners
August 7, 2026 16:21
Copilot started reviewing on behalf of
Michelle McDaniel (michellemcdaniel)
August 7, 2026 16:21
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the auto reviewer-request workflow so that PRs automatically request review from a team (in addition to individual users), and it expands the trigger events to run on PR synchronization.
Changes:
- Trigger the workflow on
pull_request.synchronizein addition toopenedandready_for_review. - Add a team reviewer target and include
team_reviewersin therequestReviewersAPI call. - Normalize/adjust some reviewer usernames in the reviewers list.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+24
to
+25
| const teams = ['Azure/linuxpatchextensionteam'] | ||
|
|
Comment on lines
44
to
50
| await github.rest.pulls.requestReviewers({ | ||
| owner: context.repo.owner, | ||
| repo: context.repo.repo, | ||
| pull_number: context.payload.pull_request.number, | ||
| reviewers: filtered | ||
| reviewers: filtered, | ||
| team_reviewers: teams | ||
| }); |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #379 +/- ##
=======================================
Coverage 94.87% 94.87%
=======================================
Files 111 111
Lines 20855 20855
=======================================
Hits 19787 19787
Misses 1068 1068
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
David Selorm Walker (selormwalker)
left a comment
There was a problem hiding this comment.
Looks solid! Thanks for contributing these updates.
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.
No description provided.