Andreas Enge <andr...@enge.fr> skribis: > Am Sat, Feb 08, 2025 at 05:43:20PM +0100 schrieb Ludovic Courtès: >> I gave the example of Nixpkgs, where package maintainers, who are not >> necessarily committers, can trigger merges for some changes that touch >> their packages and that pass a number of tests. > > Maybe this is semantic nitpicking, but people who are able to merge are > effectively committers, if only potentially limited to some parts of > the code.
To some parts of the code and under some conditions (CI pipeline must be successful, and I believe they currently restrict to changes submitted by their package update bot.) Ludo’.