When changing reviewers on one of my PRs, I was hoping a bare r? would just retry picking a reviewer from the already determined pool of appropriate reviewers. Instead it's a parsing error since that's not supported. Example here.
Not a big deal since I can just scroll up and see which people are appropriate to choose from manually, but it'd be a nice to have and avoid the parsing error.
When changing reviewers on one of my PRs, I was hoping a bare
r?would just retry picking a reviewer from the already determined pool of appropriate reviewers. Instead it's a parsing error since that's not supported. Example here.Not a big deal since I can just scroll up and see which people are appropriate to choose from manually, but it'd be a nice to have and avoid the parsing error.