-
Notifications
You must be signed in to change notification settings - Fork 145
/
CODEOWNERS
Validating CODEOWNERS rules...
20 lines (18 loc) · 1.19 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This document lists the code owners for iio-oscilloscope repo sources,
# being used whenever new Pull Requests are created.
# - People listed in CODEOWNERS are automatically added as reviewers to the
# PRs open to branches containing this file, depending on the touched folders.
# - In addition to Code Owners, other reviewers can be added.
# - There can be set different code owners for different branches.
# - PRs will require the approval of at least one code owner.
#
# For more details, you can refer to
# https://github.blog/2017-07-06-introducing-code-owners/
#
# The format of CODEOWNERS is: <pattern> + <mail address of one/more owners>
# In case of multiple matches, the last pattern matched will take precedence.
##### Global code owners (for folders with no later match) #####
##### Code owners for CI related files and folders #####
azure-pipelines.yml [email protected] [email protected] [email protected] [email protected] [email protected]