Skip to content

Commit 1da6a34

Browse files
author
Tajudeen
committed
fix: remove all invalid CODEOWNERS references
Remove all references to non-existent teams and users. Leave minimal CODEOWNERS file for maintainer to update with their GitHub username.
1 parent 9bd66cd commit 1da6a34

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
# GitHub actions required reviewers
2-
.github/workflows/monaco-editor.yml @hediet @alexdima @lszomoru @joaomoreno
3-
.github/workflows/no-package-lock-changes.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
4-
.github/workflows/no-yarn-lock-changes.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
5-
.github/workflows/pr-darwin-test.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
6-
.github/workflows/pr-linux-cli-test.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
7-
.github/workflows/pr-linux-test.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
8-
.github/workflows/pr-node-modules.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
9-
.github/workflows/pr-win32-test.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
10-
.github/workflows/pr.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
11-
.github/workflows/telemetry.yml @lramos15 @lszomoru @joaomoreno
12-
13-
# VS Code API
14-
# Ensure the API team is aware of changes to the vscode-dts file
15-
# this is only about the final API, not about proposed API changes
16-
src/vscode-dts/vscode.d.ts @jrieken @mjbvz @alexr00
1+
# Code owners for OpenCortexIDE
2+
# Add your GitHub username here (e.g., @yourusername)
3+
# Example: * @yourusername

0 commit comments

Comments
 (0)