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
# `quinjet pr disable-auto-merge`

Disables automatic merging for one pull request.

```bash
quinjet pr disable-auto-merge <number> [--repo <owner/name>] [--refresh] [--yes]
```

Without `--yes`, the command previews the change. The confirmed form runs
`gh pr merge --disable-auto`. GitHub reports an error when auto-merge is not
active or the viewer cannot change it.