From e957ebf359ff32cc75575aa54ace13d26b666bfa Mon Sep 17 00:00:00 2001 From: Antoine Leblanc Date: Thu, 18 Jun 2020 21:14:22 +0200 Subject: [PATCH] Apply valid syntax to CODEOWNERS file see: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax Signed-off-by: Antoine Leblanc --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6606d7fd..c70dda77 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ ###################################################################### # These owners will be the default owners for everything in the repo # ###################################################################### -* @admiralawkbar, @jwiebalk, @zkoppert \ No newline at end of file +* @admiralawkbar @jwiebalk @zkoppert \ No newline at end of file