import { mergeAndClose } from "./helpers.ts" export async function action(branch: string) { await mergeAndClose(branch, { squash: true }) }