On 6/14/22 15:29, Gabriel Ivăncescu wrote:
Hi,
On 14/06/2022 13:55, Alexandre Julliard wrote:
- Some other things I like:
- Updating status doesn't need to go through me, people can assign
reviewers, supersede patches, etc. directly. That reduces my workload and improves the bus factor. Once we have figured out how to make testbot results reliable, we could also have maintainers merge commits directly.
I created my first MR since the switch seems inevitable. I completely fail at assigning a reviewer. I even tried the web UI and I can't find any setting.
I also tried the /assign_reviewer "quick action" on a comment and it said:
`Could not apply assign_reviewer command.`
Is this feature not working currently?
FWIW, there's a "lab" command line tool that lets you do
lab mr edit --assign <username>
and also
lab mr edit --review <username>
and I'm sure the "glab" has something with identical syntax.
Not sure what the difference between those are, though?