quinjet 0.0.49

A fast, live, keyboard-first Git source-control interface for the terminal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `quinjet pr auto-merge`

Enables automatic merging after GitHub's required reviews, checks, and other
branch protections pass.

```bash
quinjet pr auto-merge <number> (--merge|--squash|--rebase) [--delete-branch] [--repo <owner/name>] [--refresh] [--yes]
```

The confirmed form runs `gh pr merge --auto` with the selected method and the
head commit observed during lookup. GitHub may add the pull request directly to
a required merge queue when its requirements have already passed.

Use [`disable-auto-merge`](./disable-auto-merge.md) to cancel the request.