Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
External status: use admin users to hit VCS API
We were using `AdminPermission.members`. However, that will return `RemoteRepositoryRelation.admin=False`, so those users may not have permissions to update the VCS status. By using `AdminPermission.admins` we are sure the user selected will have permissions to make this request.
- Loading branch information