Currently HookCheckSuite doesn't contain the Github App property (see here). Technically this should already be flagged, as it is a FIXME in the repo already.
GitHub Apps are a first class actor in Github designed to allow users to have finer grained control over permissions and be able to even install them on organisation accounts, or specific repositories, etc. Because this is unimplemented, it means that any time any action is called, and you received a check_suite event, there is no way to access the relevant app's details, its permissions, or anything else of its information.
See here and here for further info.
Currently
HookCheckSuitedoesn't contain theGithub Appproperty (see here). Technically this should already be flagged, as it is a FIXME in the repo already.GitHub Apps are a first class actor in Github designed to allow users to have finer grained control over permissions and be able to even install them on organisation accounts, or specific repositories, etc. Because this is unimplemented, it means that any time any action is called, and you received a check_suite event, there is no way to access the relevant app's details, its permissions, or anything else of its information.
See here and here for further info.