quinjet 0.0.37

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 disallow-maintainer-edits`

Stops maintainers from editing the head branch of a pull request from a fork.

```bash
quinjet pr disallow-maintainer-edits <number> [--repo <owner/name>] [--refresh] [--yes]
```

The confirmed form calls GitHub's `updatePullRequest` GraphQL mutation with
`maintainerCanModify: false` and the exact pull request node identity. GitHub
enforces that the current viewer owns the forked head branch.