GitHubAppStatus
Enum representing the status of a GitHub App.
Values
| Value | Description |
|---|---|
| INSTALLED | App is registered and installed. |
| MISSING_LATEST_PERMISSIONS | App is installed but missing some permissions. |
| NOT_REGISTERED | App is not registered with GitHub. |
| REGISTERED | App is registered but not installed. |