Skip to content

Commit

Permalink
Update CODEOWNERS to include IDE team (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylos101 committed May 15, 2023
1 parent 02d835d commit 9f32abd
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
* @gitpod-io/engineering-workspace
# default owners
# anything defined (below) will override
* @gitpod-io/engineering-ide

# changes to workflows and codeowners
/.github @gitpod-io/engineering-ide @gitpod-io/engineering-workspace

# the workflow to add latest tag on dockerhub
# workspace team must own, its part of the workspace-clusters release
/.github/workflows/dockerhub-release.yml @gitpod-io/engineering-workspace

# changes to our base "chunk"
# leaving workspace team here, for now, to monitor changes
/base @gitpod-io/engineering-ide @gitpod-io/engineering-workspace

# changes to docker chunk
# leaving workspace team here, for now, to monitor changes impacting the docker in workspace experience
/chunks/tool/docker @gitpod-io/engineering-ide @gitpod-io/engineering-workspace

# our definition for combinations
# leaving workspace team here, for now, to monitor changes to full combo
dazzle.yaml @gitpod-io/engineering-ide @gitpod-io/engineering-workspace

0 comments on commit 9f32abd

Please sign in to comment.