Consider dynamically generating the enum file based on the @octokit/rest dependency contents at build/pre run time.
I'd like to avoid using our own enum for events but the problem is that octokit provides only a readonly array of all events or a typescript union type of all events but I haven't figured out how to use them with typebox
Consider dynamically generating the enum file based on the
@octokit/rest
dependency contents at build/pre run time._Originally posted by @whilefoo in https://github.com/ubiquity/ubiquibot-kernel/pull/18#discussion_r1482100256_