From f6c8d0d0230988c5e766a0e6f5dc27cace765762 Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Date: Thu, 2 Dec 2021 03:15:19 +0200 Subject: [PATCH] Add CI team to `CODEOWNERS` file (#4350) * Add CI stuff to CODEOWNERS file * Add more CODEOWNERS --- polkadot/.github/CODEOWNERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/polkadot/.github/CODEOWNERS b/polkadot/.github/CODEOWNERS index a2e5a5ab92..d0cae74ff9 100644 --- a/polkadot/.github/CODEOWNERS +++ b/polkadot/.github/CODEOWNERS @@ -1,2 +1,7 @@ bridges/ @tomusdrw @svyatonik @adoerr @acatangiu @antonio-dropulic - + +# CI +/.github/ @paritytech/ci @chevdor +/scripts/github/ @paritytech/ci @chevdor +/scripts/gitlab/ @paritytech/ci @chevdor +/.gitlab-ci.yml @paritytech/ci