Closed
Description
This would help with code reviews since one could configure a repository to enforce PR approval by certain users. Also in corporate environments PRs sometimes need to be checked and approved before being merged, which is a feature eg gitlab offers.
We could implement a tiny version like this:
- opt in per repo
- also checkbox if new commits invalidate existing approvals
- every user /w write access can approve if enabled
However, we first should implement the line based commenting for this to be useful. See #1644
What do you think?