Skip to content

Commit

Permalink
Revert "force mergeがどうすればできるかをチェックする (#5)" (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Jan 1, 2025
1 parent 2805442 commit 09dc2cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
check force merge

# Merge Gatekeeper

人やチームによって重みを付けられるApprove数チェッカーです。
Expand Down
3 changes: 1 addition & 2 deletions src/core.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import type * as webhooks from "@octokit/webhooks-types";

これでCIが落ちるはず

export type ScoreRule = {
target: "team" | "user";
slug: string;
Expand All @@ -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;
Expand Down

0 comments on commit 09dc2cb

Please sign in to comment.