Skip to content

Commit

Permalink
Add permission to allow GET required_status_checks, linked to runat…
Browse files Browse the repository at this point in the history
  • Loading branch information
daconstenla authored and krrrr38 committed Dec 16, 2022
1 parent 16a9e9e commit e4e7271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/controllers/github_app_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ func (g *GithubAppController) New(w http.ResponseWriter, r *http.Request) {
"pull_requests": "write",
"repository_hooks": "write",
"statuses": "write",
"administration": "read",
},
}

Expand Down

0 comments on commit e4e7271

Please sign in to comment.