From 78503833cda5b933bf6352e6a4f6089c5c37476a Mon Sep 17 00:00:00 2001 From: Kelli Rockwell Date: Tue, 20 Jun 2023 10:32:09 -0700 Subject: [PATCH] github app: add note that only org owners can view org installations (#53611) --- .../web/src/components/gitHubApps/GitHubAppPage.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/client/web/src/components/gitHubApps/GitHubAppPage.tsx b/client/web/src/components/gitHubApps/GitHubAppPage.tsx index e2d9b2c79bfb..8b45ce100c1c 100644 --- a/client/web/src/components/gitHubApps/GitHubAppPage.tsx +++ b/client/web/src/components/gitHubApps/GitHubAppPage.tsx @@ -179,6 +179,17 @@ export const GitHubAppPage: FC = ({ telemetryService, headerParentBreadcr Learn more about public vs. private GitHub Apps. + + Only{' '} + + organization owners + {' '} + can view and manage installations for an organization. +
{app.installations?.length === 0 ? (