ubiquity-os / ubiquity-os-kernel

1 stars 13 forks source link

feat: webhook type #20

Closed Keyrxng closed 7 months ago

Keyrxng commented 7 months ago

Resolves #19

@whilefoo is this what you are after my friend?

type GithubEventWebHookEvents = {
    BRANCH_PROTECTION_RULE: "branch_protection_rule";
    CHECK_RUN: "check_run";
    CHECK_SUITE: "check_suite";
    CODE_SCANNING_ALERT: "code_scanning_alert";
    COMMIT_COMMENT: "commit_comment";
    ... 262 more ...;
    WORKFLOW_RUN_REQUESTED: "workflow_run_requested";
}
0x4007 commented 7 months ago

This looks promising! I was just reviewing their work related to this and began searching for a solution at the same time. Thanks for sharing this.

Keyrxng commented 7 months ago

Glad I could help