feat(pr): add reviewer selection and unify forge: avatars, PR reviewers list, PR merge into branch list#103
Open
t1gu1 wants to merge 4 commits into
Open
feat(pr): add reviewer selection and unify forge: avatars, PR reviewers list, PR merge into branch list#103t1gu1 wants to merge 4 commits into
t1gu1 wants to merge 4 commits into
Conversation
added 4 commits
July 2, 2026 15:03
…orges Récupère les reviewers candidats via la forge propriétaire du dépôt (équipes Azure, assignees GitHub tokenless) et les classe par activité de commits. Résout les logins Azure en identity GUIDs lors de la création de PR. 🪄 Commit via GitWand
Introduit un composant Avatar unifié affichant une photo (URL forge ou Gravatar) avec repli sur le disque d'initiales coloré, et remplace le markup avatar dupliqué dans tous les composants. 🪄 Commit via GitWand
Le dropdown "into" ne listait que les refs git locales, souvent limitées à `origin/main` sur un clone Azure. Les branches sont désormais récupérées côté serveur (listBranches) et fusionnées, avec repli sur les refs locales. 🪄 Commit via GitWand
Ajoute une chaîne de fallback forge → Gravatar → initiales et dérive l'avatar GitHub depuis l'email des commits `users.noreply.github.com`. 🪄 Commit via GitWand
devlint
approved these changes
Jul 3, 2026
devlint
left a comment
Owner
There was a problem hiding this comment.
I don't work with Azure repos, so I'll take your word for it!
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
This change adds reviewer selection to the PR creation flow across all supported forges and unifies avatar rendering behind a single component. It also fixes the target-branch selector so it lists server-side branches instead of only local git refs, which were often limited to
origin/mainon Azure clones.Changes
listBranches), merging with and falling back to local refs.Avatarcomponent with photo (forge URL or Gravatar) and colored initials fallback, replacing duplicated avatar markup across components.users.noreply.github.comcommit emails.Test plan
origin/mainon an Azure clone.users.noreply.github.comcommit emails.