fix: Permission for GitHub app to support mergeable minus apply check (#4902)

This commit is contained in:
Henrik Lundström
2024-09-06 17:13:39 +02:00
committed by GitHub
parent f8863f23e7
commit 5f1e53ed8c
2 changed files with 4 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ func (g *GithubAppController) New(w http.ResponseWriter, _ *http.Request) {
"statuses": "write",
"administration": "read",
"members": "read",
"actions": "read",
},
}