From 5bc1b4e5395d7584e610338b0b026fae68955736 Mon Sep 17 00:00:00 2001 From: uipreliga Date: Thu, 27 Aug 2026 11:33:01 -0700 Subject: [PATCH 1/2] chore: add @CarlesUIPath as a code owner Add @CarlesUIPath to every CODEOWNERS rule (default `*` plus the community-health, license, security, and `.github/` entries) so review is auto-requested on the same paths as the other owners. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_011TVzuviNUJ9nQfFuhN7Fb2 --- .github/CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 33403948..4386f4fa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 From 2c7ecab253ad97dc3def6dcfe9eab88353558ff9 Mon Sep 17 00:00:00 2001 From: uipreliga Date: Thu, 27 Aug 2026 11:54:07 -0700 Subject: [PATCH 2/2] chore: sync PR-review comment allowlist with CODEOWNERS Adding @CarlesUIPath to the CODEOWNERS `*` line without updating include_comments_by_actor in claude-pr-review.yml broke the parity test that keeps the two lists in sync (test_pr_review_workflow.py). Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01TBRQf4i4D1Vk8wdSYG2CtY --- .github/workflows/claude-pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index b9efe76a..6abff435 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -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]"