Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个配置了 reviewable.io webhook 的 github 存储库。我们希望的是,当任何新的开发人员被添加为 repo 的贡献者时,他们会自动获得对 reviewable.io 中此 repo 的代码审查的无缝访问。
当前,当新用户尝试通过单击紫色按钮从 github PR 访问 reviewable.io 代码审查时:
他们会看到这个屏幕:
点击“授予授权”后,他们会看到这个屏幕:
我从 reviewable.io 的人那里得知,只要 Reviewable 仍然是 OAuth 应用程序,就无法绕过此授权对话框。OAuth 授权是针对其所属的所有组织的整个帐户授予的,因此用户必须确认他们同意。这是 GitHub 强加的安全约束,没有解决方法。