Skip to content

Commit 9bd66cd

Browse files
author
Tajudeen
committed
fix: remove invalid CODEOWNERS references
Remove references to @OpenCortexIDE/maintainers team that doesn't exist. Restore CODEOWNERS to original state from main branch.
1 parent 143bffe commit 9bd66cd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
# GitHub actions required reviewers
2-
# NOTE: Update these with actual OpenCortexIDE team members
3-
.github/workflows/** @OpenCortexIDE/maintainers
4-
.github/workflows/_reusable-*.yml @OpenCortexIDE/maintainers
5-
.github/workflows/pr.yml @OpenCortexIDE/maintainers
6-
.github/workflows/post-merge-package.yml @OpenCortexIDE/maintainers
72
.github/workflows/monaco-editor.yml @hediet @alexdima @lszomoru @joaomoreno
83
.github/workflows/no-package-lock-changes.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
94
.github/workflows/no-yarn-lock-changes.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
@@ -12,14 +7,9 @@
127
.github/workflows/pr-linux-test.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
138
.github/workflows/pr-node-modules.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
149
.github/workflows/pr-win32-test.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
10+
.github/workflows/pr.yml @lszomoru @joaomoreno @TylerLeonhardt @rzhao271
1511
.github/workflows/telemetry.yml @lramos15 @lszomoru @joaomoreno
1612

17-
# Build and release infrastructure (critical paths)
18-
build/** @OpenCortexIDE/maintainers
19-
scripts/** @OpenCortexIDE/maintainers
20-
.husky/** @OpenCortexIDE/maintainers
21-
.lintstagedrc.js @OpenCortexIDE/maintainers
22-
2313
# VS Code API
2414
# Ensure the API team is aware of changes to the vscode-dts file
2515
# this is only about the final API, not about proposed API changes

0 commit comments

Comments
 (0)