Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix check membership & skip events #224

Merged
merged 2 commits into from
Jul 24, 2023
Merged

Conversation

mordamax
Copy link
Contributor

Closes #223

@mordamax mordamax requested a review from a team as a code owner July 24, 2023 21:32
@mordamax mordamax enabled auto-merge (squash) July 24, 2023 21:37
@@ -38,7 +38,7 @@ export type WebhookHandler<E extends WebhookEvents> = (
ctx: Context,
octokit: ExtendedOctokit,
event: WebhookEventPayload<E>,
) => Promise<PullRequestError | SkipEvent | FinishedEvent>;
) => Promise<PullRequestError | SkipEvent | FinishedEvent | unknown>;
Copy link
Contributor

@mutantcornholio mutantcornholio Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line troubles me a bit, but if typechecks are passing, we can get back to it later

@mordamax mordamax merged commit 9b357f5 into master Jul 24, 2023
2 checks passed
@mordamax mordamax deleted the mak-fix-check-membership branch July 24, 2023 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bot unexpectedly triggered
3 participants