Skip to content

Commit 871ad99

Browse files
committed
[ci] Chore: Update codeowners (#5781)
<!-- start pr-codex --> ## 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}` <!-- end pr-codex -->
1 parent 9b3c7f6 commit 871ad99

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
# Order is important; the last matching pattern takes the most precedence.
22

33
# default ownership group
4-
- @jnsdls @joaquim-verges @MananTank @gregfromstl
4+
@thirdweb-dev/developer-tools
55

66
# packages
7-
packages/thirdweb/ @joaquim-verges @gregfromstl @jnsdls
7+
packages/thirdweb/ @thirdweb-dev/core-platform @thirdweb-dev/developer-tools
88

99
## specific thirdweb pieces
10-
packages/thirdweb/src/react/ @joaquim-verges @gregfromstl @MananTank @jnsdls @edwardysun
11-
packages/thirdweb/src/reactive/ @joaquim-verges @gregfromstl @MananTank @jnsdls
12-
packages/thirdweb/src/gas/ @joaquim-verges @jnsdls
13-
packages/thirdweb/src/pay/ @joaquim-verges @gregfromstl @MananTank @jnsdls @edwardysun
14-
packages/service-utils/ @arcoraven @jnsdls @joaquim-verges
15-
packages/eslint-config-thirdweb/ @jnsdls @joaquim-verges
16-
packages/tw-tsconfig/ @jnsdls @joaquim-verges
10+
packages/service-utils/ @thirdweb-dev/core-platform
11+
packages/eslint-config-thirdweb/ @thirdweb-dev/core-platform @edwardysun
12+
packages/tw-tsconfig/ @thirdweb-dev/core-platform @edwardysun
1713

1814
# apps
19-
apps/ @jnsdls @joaquim-verges
20-
apps/dashboard/ @jnsdls @MananTank @joaquim-verges @jakubkrehel
21-
apps/playground-web/ @joaquim-verges @gregfromstl @jnsdls @joaquim-verges @jakubkrehel
22-
apps/wallet-ui/ @gregfromstl @jnsdls @joaquim-verges @MananTank @jakubkrehel
23-
apps/portal/ @thirdweb-dev/product @thirdweb-dev/platform @thirdweb-dev/infra
15+
apps/ @thirdweb-dev/developer-tools @thirdweb-dev/core-platform @jakubkrehel
2416

2517
# .github folder + .changeset + turbo config is owned by jonas for now
2618
scripts/ @jnsdls @joaquim-verges

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened, edited, ready_for_review]
66

77
env:
8-
VALID_ISSUE_PREFIXES: "CNCT|DASH|PROT|INSIGHT|ENGINE|CS|DES|BIL|DEVX|SOLU|NEB"
8+
VALID_ISSUE_PREFIXES: "CORE|TOOL"
99

1010
jobs:
1111
linear:

0 commit comments

Comments
 (0)