From f1b362ab1d795c59223af5869a4cd3d15938c174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taavi=20V=C3=A4=C3=A4n=C3=A4nen?= Date: Tue, 8 Feb 2022 11:39:49 +0200 Subject: [PATCH] config: add joe as trusted Change-Id: I23900e81fabdb68abb513a1e5eb988fe2923a57e --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 6f88107..6e12296 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,7 @@ owners = [ # List of users who can merge changes to config # Updates to this list require a full restart trusted = [ + "joe_oblivian", "legoktm", "Majavah", ]