GitHub App Permissions
Enable the necessary permissions for the GitHub App and subscribe to webhook events to ensure proper operation.
Repository Permissions
Permission | Value |
---|---|
Commit statuses | Read-only |
Administration | Read-only |
Contents | Read-only |
Metadata | Read-only |
Organization Permissions
Permission | Value |
---|---|
Members | Read-only |
Webhook Events
Subscribe to the following webhook events. For more details on events, refer to the GitHub documentation.
Webhook Event | Description |
---|---|
meta | Occurs when the app is deleted and the associated webhook is removed. |
label | Occurs when a label is created, edited, or deleted. |
organization | Occurs when an organization is created, deleted, renamed, a member is invited, added, or removed. |
public | Occurs when a repository changes from private to public. |
push | Occurs when a Git push is made to a repository. |
repository | Occurs when a repository is created, deleted, archived, unarchived, publicized, privatized, edited, renamed, or transferred. |
workflow_run | Occurs when there is activity related to runs of GitHub Actions workflows. |
Updated 2 days ago