8000 :memo: Add CODEOWNERS · JetBrains/qodana-action@383daee · GitHub
[go: up one dir, main page]

Skip to content

Commit 383daee

Browse files
committed
📝 Add CODEOWNERS
1 parent 6eab9c0 commit 383daee

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/CODEOWNERS

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Each line represents a rule, followed by a list of members.
2+
# These members are the default owners for all files that match the specified pattern.
3+
# The pattern generally follows the same syntax used for .gitignore files.
4+
# The last matching rule always wins; those that appear lower in the file take precedence over rules that appear higher up.
5+
# Specify owners by their username, email, or role assignment in the project.
6+
7+
# Examples:
8+
9+
# Member with username "john.smith" and member with email "alex@mycompany.com"
10+
# own any JavaScript file in repository
11+
# *.js john.smith alex@mycompany.com
12+
13+
# Bob owns all files under "subdir" directory at the repository root and all its subdirectories
14+
# /subdir/ Bob
15+
16+
# All members who are assigned the Project Collaborator role own any file under docs/ directory
17+
# anywhere in the repository, but not further nested files
18+
# docs/* "Project Collaborator"
19+
20+
# This file itself is owned by members who are assigned the Project Admin role in this project.
21+
22+
.circleci/ @tiulpin
23+
.github/ @tiulpin
24+
common/ @tiulpin
25+
orb/ @tiulpin
26+
vsts/ @tiulpin
27+
scan/ @tiulpin
28+
*.yml @tiulpin
29+
*.yaml @tiulpin
30+
gradle/ @JetBrains/qodana-developers
31+
plugin/ @JetBrains/qodana-developers

0 commit comments

Comments
 (0)
0