quinjet 0.0.52

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

Locks a pull request conversation.

```bash
quinjet pr lock <number> [--reason <off-topic|resolved|spam|too-heated>] [--repo <owner/name>] [--refresh] [--yes]
```

The confirmed form runs `gh pr lock`. A reason is optional. GitHub enforces the
repository permission required to lock conversations.