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