Skip to content

Commit a17b0cc

Browse files
committed
Add codeowners
1 parent bc1b1b5 commit a17b0cc

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# The purpose of this file is to trigger review requests when PRs touch
2+
# particular files.
3+
#
4+
# Note that only GitHub handles (whether individuals or teams) with commit
5+
# rights should be added to this file.
6+
# See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
7+
# for more details about how CODEOWNERS works.
8+
9+
# Each line is a file pattern followed by one or more owners.
10+
11+
.github/CODEOWNERS @amacati
12+
13+
# Build related files
14+
pyproject.toml @amacati
15+
crazyflow @amacati

0 commit comments

Comments
 (0)