-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test team reviewers #4764
Comments
Since I cannot bring up the PR page to select reviewers I am blocked. |
@karthiknadig I've fixed the error and the fix will be available in the next pre-release build, though I wouldn't expect that to cause the PR description to not show. Can you install the latest pre-release, repro the issue, then share the output of GitHub Pull Request? |
@alexr00 Clicking this status item would not open the issue: I had to un-install and re-install the same version, and it started working. This worked fantastically for me now. Thanks. |
Refs: #1126
Complexity: 5
Create Issue
Background
You can have 2 kinds of reviewers on a GitHub PR: users and teams. We now newly support adding team reviewers to a PR from within the extension. There were two major issues to work around: we need additional auth scopes and getting team reviewers can be very slow.
Setup
If you work in a repo that uses team reviewers, then please verify this issue in that repo. Otherwise, you can use #3509 for adding and removing reviewers. The team you can use on #3509 is microsoft/github-pull-request-test.
To verify
Test with a repo that is part of an org:
Test with a repo that is not part of an org:
The text was updated successfully, but these errors were encountered: