Commit d70de84
fix(renovate-reviewer-sync): request individual reviewers in the bot PR
After normalizing individual CODEOWNERS owners to bare usernames,
getComputedTeamReviewers still filtered managed drift to team:-prefixed
entries only, so a mode: "sync" rule covering a dep owned by an individual
wrote reviewers: ["vigneshshanmugam"] into renovate.json but the bot PR never
requested that user, never @-mentioned them, and never recorded them in the
bot-managed-reviewer marker. Emit bare usernames alongside elastic/<slug>
teams so the request flow, mentions, and marker stay consistent with the
written config. gh pr edit --add-reviewer accepts both bare logins and
org/team slugs, and requested-reviewers already round-trips both shapes.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 1384775 commit d70de84
1 file changed
Lines changed: 14 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
86 | 92 | | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
91 | 97 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 98 | | |
97 | | - | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
102 | 108 | | |
103 | 109 | | |
104 | 110 | | |
| |||
0 commit comments