File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments