From 871ad991ae63d9a300e728f0c78bddfb26ddb197 Mon Sep 17 00:00:00 2001 From: gregfromstl Date: Tue, 17 Dec 2024 21:59:54 +0000 Subject: [PATCH] [ci] Chore: Update codeowners (#5781) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## PR-Codex overview This PR updates the ownership and environment variables in the GitHub workflows and `CODEOWNERS` file, reflecting a shift in responsibilities and issue prefix definitions. ### Detailed summary - Changed `VALID_ISSUE_PREFIXES` from `"CNCT|DASH|PROT|INSIGHT|ENGINE|CS|DES|BIL|DEVX|SOLU|NEB"` to `"CORE|TOOL"`. - Updated default ownership group in `.github/CODEOWNERS` to `@thirdweb-dev/developer-tools`. - Adjusted package ownerships for `packages/thirdweb/`, `packages/service-utils/`, `packages/eslint-config-thirdweb/`, and `packages/tw-tsconfig/` to include `@thirdweb-dev/core-platform` and `@edwardysun`. - Changed app ownership for `apps/` to include `@thirdweb-dev/developer-tools` and `@thirdweb-dev/core-platform`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .github/CODEOWNERS | 20 ++++++-------------- .github/workflows/issue.yml | 2 +- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6c84a081eb8..07beb51f0a8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,26 +1,18 @@ # Order is important; the last matching pattern takes the most precedence. # default ownership group -- @jnsdls @joaquim-verges @MananTank @gregfromstl +@thirdweb-dev/developer-tools # packages -packages/thirdweb/ @joaquim-verges @gregfromstl @jnsdls +packages/thirdweb/ @thirdweb-dev/core-platform @thirdweb-dev/developer-tools ## specific thirdweb pieces -packages/thirdweb/src/react/ @joaquim-verges @gregfromstl @MananTank @jnsdls @edwardysun -packages/thirdweb/src/reactive/ @joaquim-verges @gregfromstl @MananTank @jnsdls -packages/thirdweb/src/gas/ @joaquim-verges @jnsdls -packages/thirdweb/src/pay/ @joaquim-verges @gregfromstl @MananTank @jnsdls @edwardysun -packages/service-utils/ @arcoraven @jnsdls @joaquim-verges -packages/eslint-config-thirdweb/ @jnsdls @joaquim-verges -packages/tw-tsconfig/ @jnsdls @joaquim-verges +packages/service-utils/ @thirdweb-dev/core-platform +packages/eslint-config-thirdweb/ @thirdweb-dev/core-platform @edwardysun +packages/tw-tsconfig/ @thirdweb-dev/core-platform @edwardysun # apps -apps/ @jnsdls @joaquim-verges -apps/dashboard/ @jnsdls @MananTank @joaquim-verges @jakubkrehel -apps/playground-web/ @joaquim-verges @gregfromstl @jnsdls @joaquim-verges @jakubkrehel -apps/wallet-ui/ @gregfromstl @jnsdls @joaquim-verges @MananTank @jakubkrehel -apps/portal/ @thirdweb-dev/product @thirdweb-dev/platform @thirdweb-dev/infra +apps/ @thirdweb-dev/developer-tools @thirdweb-dev/core-platform @jakubkrehel # .github folder + .changeset + turbo config is owned by jonas for now scripts/ @jnsdls @joaquim-verges diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index 3e8dd3623fa..ef8e9ad22cc 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -5,7 +5,7 @@ on: types: [opened, edited, ready_for_review] env: - VALID_ISSUE_PREFIXES: "CNCT|DASH|PROT|INSIGHT|ENGINE|CS|DES|BIL|DEVX|SOLU|NEB" + VALID_ISSUE_PREFIXES: "CORE|TOOL" jobs: linear: