Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
# dedicated GitHub team (e.g. @UiPath/coder-eval-maintainers) once one exists.

# Default owners for everything in the repo.
* @akshaylive @tmatup @uipreliga @bai-uipath
* @akshaylive @tmatup @uipreliga @bai-uipath @CarlesUIPath

# Community-health, license, and security files warrant extra scrutiny.
/LICENSE @akshaylive @tmatup @uipreliga @bai-uipath
/NOTICE @akshaylive @tmatup @uipreliga @bai-uipath
/SECURITY.md @akshaylive @tmatup @uipreliga @bai-uipath
/CODE_OF_CONDUCT.md @akshaylive @tmatup @uipreliga @bai-uipath
/.github/ @akshaylive @tmatup @uipreliga @bai-uipath
/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
2 changes: 1 addition & 1 deletion .github/workflows/claude-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
# so this stacks on the tool allowlist below, it does not replace it.
# Keep this list in sync with the global CODEOWNERS maintainers
# (.github/CODEOWNERS `*` line).
include_comments_by_actor: "akshaylive,tmatup,uipreliga,bai-uipath"
include_comments_by_actor: "akshaylive,tmatup,uipreliga,bai-uipath,CarlesUIPath"
# Drop all bot comments (dependabot, renovate, etc.). Exclusion wins
# over the include list if an actor somehow matches both.
exclude_comments_by_actor: "*[bot]"
Expand Down
Loading