Description
We should implement github.com/github/safe-settings or github.com/probot/settings to enforce the repository policies that current are maintained by hand, like "repo maintainers should also be watchers" and "two approvals are required before a merge".
Motivation
Automatically enforced policies are preferable (as long as they don't get in the way).
Exemplification
N/A
Benefits
Less work setting up a repository, easier to deal with configuration drift, fewer documentation requirements.
Possible Drawbacks
We can introduce friction if we add policies that we think should apply to all repositories but actually don't. Policy enforcement choices need to be done with care.