-
-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathcodeowners
More file actions
14 lines (12 loc) · 622 Bytes
/
codeowners
File metadata and controls
14 lines (12 loc) · 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) 2016-present Sven Greb <development@svengreb.de>
# This source code is licensed under the MIT license found in the license file.
# Configuration for the GitHub feature to automatically request reviews from the code owners
# when a pull request changes any owned files.
#
# References:
# 1. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-location
# 2. https://github.com/blog/2392-introducing-code-owners
# +----------------------+
# + Core Team Code Owner +
# +----------------------+
* @svengreb