From be63d709faaef0afde617d18a000b2b1b9fe7023 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 25 Nov 2020 15:59:25 +0100 Subject: [PATCH] Enhancement: Add /me to the CODEOWNERS file for GithubActions workflows --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 51ce53a1a89..9eb5d91783b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,6 @@ +# GithubActions workflows +/.github/workflows* @OskarStark + # Console /console* @chalasr /components/console* @chalasr