From a34fad29bf36ce1ce7fd93cd4b0fff1f9d01a42a Mon Sep 17 00:00:00 2001 From: Nico Vidoni <30844036+smallTrogdor@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:38:26 +0100 Subject: [PATCH] Chore/add codeowners authorization (#205) * chore: add codeowners * chore: fix codeowner name --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c1e75b2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# These owners will be the default owners for everything in the repo. +# Unless a later match takes precedence, global owners will be requested for review when someone opens a pull request. +* @SchweizerischeBundesbahnen/SBB-DESIGN-SYSTEM-FLUTTER-MAINTAINERS \ No newline at end of file