From b65030303224872802b88e7bc1603dea7b26ed39 Mon Sep 17 00:00:00 2001 From: David Constenla <1520001+daconstenla@users.noreply.github.com> Date: Tue, 12 Jul 2022 17:47:52 +0200 Subject: [PATCH] Add permission to allow GET `required_status_checks`, linked to #2310 (#2380) --- server/controllers/github_app_controller.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/controllers/github_app_controller.go b/server/controllers/github_app_controller.go index 11e8863098..7221f2008b 100644 --- a/server/controllers/github_app_controller.go +++ b/server/controllers/github_app_controller.go @@ -119,6 +119,7 @@ func (g *GithubAppController) New(w http.ResponseWriter, r *http.Request) { "pull_requests": "write", "repository_hooks": "write", "statuses": "write", + "administration": "read", }, }