From 1f04a8295d1f5d6e1a0845937882dbe9080a1be8 Mon Sep 17 00:00:00 2001 From: David Constenla Date: Mon, 11 Jul 2022 13:28:38 +0200 Subject: [PATCH] Add permission to allow GET `required_status_checks`, linked to #2310 --- 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", }, }