From 383daeeebc49cabdb5728a1bca24e26c691129e5 Mon Sep 17 00:00:00 2001 From: tiulpin Date: Mon, 9 Dec 2024 19:21:55 +0100 Subject: [PATCH] :memo: Add CODEOWNERS --- .github/CODEOWNERS | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..f676f1be --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,31 @@ +# Each line represents a rule, followed by a list of members. +# These members are the default owners for all files that match the specified pattern. +# The pattern generally follows the same syntax used for .gitignore files. +# The last matching rule always wins; those that appear lower in the file take precedence over rules that appear higher up. +# Specify owners by their username, email, or role assignment in the project. + +# Examples: + +# Member with username "john.smith" and member with email "alex@mycompany.com" +# own any JavaScript file in repository +# *.js john.smith alex@mycompany.com + +# Bob owns all files under "subdir" directory at the repository root and all its subdirectories +# /subdir/ Bob + +# All members who are assigned the Project Collaborator role own any file under docs/ directory +# anywhere in the repository, but not further nested files +# docs/* "Project Collaborator" + +# This file itself is owned by members who are assigned the Project Admin role in this project. + +.circleci/ @tiulpin +.github/ @tiulpin +common/ @tiulpin +orb/ @tiulpin +vsts/ @tiulpin +scan/ @tiulpin +*.yml @tiulpin +*.yaml @tiulpin +gradle/ @JetBrains/qodana-developers +plugin/ @JetBrains/qodana-developers \ No newline at end of file