Add permission to allow GET required_status_checks, linked to #2310 (#2380)

This commit is contained in:
David Constenla
2022-07-12 17:47:52 +02:00
committed by GitHub
parent 008b2ed952
commit b650303032

View File

@@ -119,6 +119,7 @@ func (g *GithubAppController) New(w http.ResponseWriter, r *http.Request) {
"pull_requests": "write",
"repository_hooks": "write",
"statuses": "write",
"administration": "read",
},
}