-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCODEOWNERS
More file actions
17 lines (15 loc) · 1.1 KB
/
Copy pathCODEOWNERS
File metadata and controls
17 lines (15 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# CODEOWNERS — automatically requests review from the listed owners when a
# matching path changes. See https://docs.github.com/en/repositories/managing-your-repositories-settings-and-features/customizing-your-repository/about-code-owners
#
# Owners below are the repo's direct admins. NOTE: for these entries to take
# effect, each owner must have at least Write access to the repo (GitHub silently
# ignores a code owner that lacks write access). Consider moving these to a
# dedicated GitHub team (e.g. @UiPath/coder-eval-maintainers) once one exists.
# Default owners for everything in the repo.
* @akshaylive @tmatup @uipreliga @bai-uipath @CarlesUIPath
# Community-health, license, and security files warrant extra scrutiny.
/LICENSE @akshaylive @tmatup @uipreliga @bai-uipath @CarlesUIPath
/NOTICE @akshaylive @tmatup @uipreliga @bai-uipath @CarlesUIPath
/SECURITY.md @akshaylive @tmatup @uipreliga @bai-uipath @CarlesUIPath
/CODE_OF_CONDUCT.md @akshaylive @tmatup @uipreliga @bai-uipath @CarlesUIPath
/.github/ @akshaylive @tmatup @uipreliga @bai-uipath @CarlesUIPath