1
2
3
4
5
6
7
8
9
10
11
12
13
14# A contributor's pull request automatically requests a review from the
# maintainer who merges it, so nothing of theirs lands on `main` unseen. GitHub
# never requests a review from a PR's own author, so a maintainer-authored PR
# arrives without one — the same rule as the paragraph below.
#
# This file is ROUTING, not a gate. `main`'s protection requires a pull request
# and restricts merging to @bbertucc, but it deliberately does NOT require
# code-owner approval: GitHub does not let anyone approve their own PR, so that
# setting would block the maintainer's own changes and leave the branch
# mergeable only by someone the workflow says should not be merging it.
#
# Contributors need nothing from this file — a review is requested for you.
* @bbertucc