Skip to content

Commit 9f32abd

Browse files
authored
Update CODEOWNERS to include IDE team (#1089)
1 parent 02d835d commit 9f32abd

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.github/CODEOWNERS

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
* @gitpod-io/engineering-workspace
1+
# default owners
2+
# anything defined (below) will override
3+
* @gitpod-io/engineering-ide
4+
5+
# changes to workflows and codeowners
6+
/.github @gitpod-io/engineering-ide @gitpod-io/engineering-workspace
7+
8+
# the workflow to add latest tag on dockerhub
9+
# workspace team must own, its part of the workspace-clusters release
10+
/.github/workflows/dockerhub-release.yml @gitpod-io/engineering-workspace
11+
12+
# changes to our base "chunk"
13+
# leaving workspace team here, for now, to monitor changes
14+
/base @gitpod-io/engineering-ide @gitpod-io/engineering-workspace
15+
16+
# changes to docker chunk
17+
# leaving workspace team here, for now, to monitor changes impacting the docker in workspace experience
18+
/chunks/tool/docker @gitpod-io/engineering-ide @gitpod-io/engineering-workspace
19+
20+
# our definition for combinations
21+
# leaving workspace team here, for now, to monitor changes to full combo
22+
dazzle.yaml @gitpod-io/engineering-ide @gitpod-io/engineering-workspace

0 commit comments

Comments
 (0)