kommode: sign merge commits and sign crud actions

This commit is contained in:
Vegard Bieker Matthey
2026-05-25 20:14:51 +02:00
parent 18ab1ef982
commit da505d4fe2

View File

@@ -50,6 +50,8 @@ in
SIGNING_NAME = "PVV Git";
SIGNING_EMAIL = "gitea@git.pvv.ntnu.no";
INITIAL_COMMIT = "always";
MERGES = lib.concatStringsSep "," [ "always" ];
CRUD_ACTIONS = lib.concatStringsSep "," [ "always" ];
WIKI = "always";
};
}