Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/src/deps/octokit-types.ts>PullRequestAutoMerge

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface PullRequestAutoMerge
import { type PullRequestAutoMerge } from "https://deno.land/x/actionify@0.3.0/src/deps/octokit-types.ts";

The status of auto merging a pull request.

Properties

enabled_by: User
merge_method: "merge" | "squash" | "rebase"

The merge method to use.

commit_title: string

Title for the merge commit message.

commit_message: string

Commit message for the merge commit.