From 1151f08d9a38a7b51ee139aa2797bd5985bfc933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-R=C3=A9mi=20Paquet?= <louis-remi.paquet@logmein.com> Date: Mon, 28 Feb 2022 11:52:35 -0500 Subject: [PATCH] docs(reviewers): Permission required for self-hosted Github App (#14454) With the Self-Hosted Github app, Members was required to add team reviewers when I used it. After adding this permission, we could add team reviewers again. This could be required for other scenarios. Only the Self-Hosted Github App + Team reviewers was tested for this. --- docs/usage/getting-started/running.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage/getting-started/running.md b/docs/usage/getting-started/running.md index 5d000572dc..a5f38861c1 100644 --- a/docs/usage/getting-started/running.md +++ b/docs/usage/getting-started/running.md @@ -174,6 +174,7 @@ When creating the GitHub App give it the following permissions: - Commit statuses: Read & write - Dependabot alerts: Read-only - Workflows: Read & write +- Members: Read Other values like Homepage URL, User authorization callback URL and webhooks can be disabled or filled with dummy values. -- GitLab