diff --git a/README.md b/README.md index fab1402..1114cdf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -check force merge - # Merge Gatekeeper 人やチームによって重みを付けられるApprove数チェッカーです。 diff --git a/src/core.ts b/src/core.ts index c493163..51421d9 100644 --- a/src/core.ts +++ b/src/core.ts @@ -1,7 +1,5 @@ import type * as webhooks from "@octokit/webhooks-types"; -これでCIが落ちるはず - export type ScoreRule = { target: "team" | "user"; slug: string; @@ -10,6 +8,7 @@ export type ScoreRule = { }; export type GitHubEvent = | webhooks.PullRequestAutoMergeEnabledEvent + | webhooks.MergeGroupChecksRequestedEvent; export const getPullRequest = (event: GitHubEvent, ref: string) => { const owner = event.repository.owner.login;