Skip to content

Commit

Permalink
chore: sync SupportedEvents with manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Aug 24, 2024
1 parent 6bcf0f4 commit f622182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/plugin-inputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { EmitterWebhookEvent as WebhookEvent, EmitterWebhookEventName as Webhook
import { StaticDecode, StringOptions, Type as T, TypeBoxError } from "@sinclair/typebox";
import ms from "ms";

export type SupportedEvents = "issues.assigned";
export type SupportedEvents = "pull_request_review_comment.created" | "issue_comment.created" | "push"

export interface PluginInputs<T extends WebhookEventName = SupportedEvents> {
stateId: string;
Expand Down

0 comments on commit f622182

Please sign in to comment.