From a6946e4ee8462e6c21266f46984c1f0b1552c852 Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Date: Mon, 22 Nov 2021 17:13:49 +0200 Subject: [PATCH] Fix CODEOWNERS syntax (#783) --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index f5cec09c3a..3810c3101c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -19,9 +19,9 @@ # CI /.github/ @paritytech/ci @chevdor /.gitlab-ci.yml @paritytech/ci -/scripts/ci @paritytech/ci -/scripts/github @paritytech/ci @chevdor +/scripts/ci/ @paritytech/ci +/scripts/github/ @paritytech/ci @chevdor /scripts/extrinsic-ordering-filter.sh @paritytech/ci @chevdor # CHANGELOG -/scripts/changelog @chevdor +/scripts/changelog/ @chevdor