From 081de5b0860d3c3041bdc6af01bcd14f6b0d4abe Mon Sep 17 00:00:00 2001 From: Nicolae Vartolomei Date: Fri, 8 Apr 2022 15:21:36 +0000 Subject: [PATCH] Add tonickkozlov to trusted users for auto ci run Cloudflare employee contributing to ClickHouse --- tests/ci/run_check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ci/run_check.py b/tests/ci/run_check.py index 6f00232be77..cdefb34d493 100644 --- a/tests/ci/run_check.py +++ b/tests/ci/run_check.py @@ -79,6 +79,7 @@ TRUSTED_CONTRIBUTORS = { "ilejn", # Arenadata, responsible for Kerberized Kafka "thomoco", # ClickHouse "BoloniniD", # Seasoned contributor, HSE + "tonickkozlov", # Cloudflare ] }