Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
github app: add note that only org owners can view org installations (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
courier-new authored and ErikaRS committed Jun 22, 2023
1 parent 501e507 commit 7850383
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/web/src/components/gitHubApps/GitHubAppPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,17 @@ export const GitHubAppPage: FC<Props> = ({ telemetryService, headerParentBreadcr
Learn more about public vs. private GitHub Apps.
</Link>
</Text>
<Text>
Only{' '}
<Link
to="https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#organization-owners"
target="_blank"
rel="noopener noreferrer"
>
organization owners
</Link>{' '}
can view and manage installations for an organization.
</Text>
<div className="list-group mb-3" aria-label="GitHub App Installations">
{app.installations?.length === 0 ? (
<Text>
Expand Down

0 comments on commit 7850383

Please sign in to comment.