Skip to content

Add LinuxPatchExtensionTeam as default reviewer - #379

Closed
Michelle McDaniel (michellemcdaniel) wants to merge 6 commits into
masterfrom
michelm/prteam
Closed

Add LinuxPatchExtensionTeam as default reviewer#379
Michelle McDaniel (michellemcdaniel) wants to merge 6 commits into
masterfrom
michelm/prteam

Conversation

@michellemcdaniel

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.synchronize in addition to opened and ready_for_review.
  • Add a team reviewer target and include team_reviewers in the requestReviewers API 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

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.87%. Comparing base (488ab8e) to head (60df03e).

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           
Flag Coverage Δ
python27 94.87% <ø> (ø)
python312 94.87% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks solid! Thanks for contributing these updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants