Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.11 KB

File metadata and controls

32 lines (21 loc) · 1.11 KB

Configuring the GitHub App Registration

As this bot interacts with Github, it needs a GitHub App registration to be created for proper authentication.

Permissions

This bot currently requires a GitHub App Registration to have the following permissions:

repository:contents: Read-only
repository:deployments: Read-and-write # Under review for removal
repository:metadata: Read-only

organization:administration: Read-and-write # See note about Organization Administration Note below
organization:members: Read-and-write

# Upcoming
repository:checks: Read-and-write
repository:commit-statuses: Read-and-write
repository:pull-requests: Read

organization:github-copilot-business: Read-and-write

Events

TBD

Organization Administration Note

  • This permission is needed for managing Security Managers, though as Security Managers is in beta, this permission may also change.
  • If you do not intend to use this functionality, feel free to exclude this permission from your GitHub App Registration