GitHub App Permissions

Enable the necessary permissions for the GitHub App and subscribe to webhook events to ensure proper operation.

Repository Permissions

PermissionValue
Commit statusesRead-only
AdministrationRead-only
ContentsRead-only
MetadataRead-only

Organization Permissions

PermissionValue
MembersRead-only

Webhook Events

Subscribe to the following webhook events. For more details on events, refer to the GitHub documentation.

Webhook EventDescription
metaOccurs when the app is deleted and the associated webhook is removed.
labelOccurs when a label is created, edited, or deleted.
organizationOccurs when an organization is created, deleted, renamed, a member is invited, added, or removed.
publicOccurs when a repository changes from private to public.
pushOccurs when a Git push is made to a repository.
repositoryOccurs when a repository is created, deleted, archived, unarchived, publicized, privatized, edited, renamed, or transferred.
workflow_runOccurs when there is activity related to runs of GitHub Actions workflows.