Skip to content

Commit

Permalink
Remove Robert Young's github handle from CODEOWNERS
Browse files Browse the repository at this point in the history
Robert Young's old github handle (rwy0717) was changed (to rwy7) at some
point. However, because this change was not updated in Eclipse, github
currently complains that the CODEOWNERS file has errors.

This commit removes Robert Young's github handle from the CODEOWNERS
file; it can be added back in once the necessary Eclipse changes are
made.

[ci-skip]

Signed-off-by: Irwin D'Souza <[email protected]>
  • Loading branch information
dsouzai committed Nov 27, 2023
1 parent 8b19b80 commit dd3541c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
*.yml @charliegracie

# CMake
*.cmake @youngar @charliegracie @rwy0717
/cmake/ @youngar @charliegracie @rwy0717
**/CMakeLists.txt @youngar @charliegracie @rwy0717
*.cmake @youngar @charliegracie
/cmake/ @youngar @charliegracie
**/CMakeLists.txt @youngar @charliegracie

# GC
/gc/ @charliegracie @youngar @rwy0717
/glue/ @charliegracie @youngar @rwy0717
/gc/ @charliegracie @youngar
/glue/ @charliegracie @youngar

# Compiler
/compiler/ @0xdaryl @mstoodle
Expand All @@ -50,13 +50,13 @@
/compiler/ilgen @mstoodle @Leonardo2718

# Port Library
/port/ @charliegracie @youngar @rwy0717 @babsingh
/port/ @charliegracie @youngar @babsingh

# Thread Library
/thread/ @charliegracie @youngar @rwy0717 @babsingh
/thread/ @charliegracie @youngar @babsingh

# OMR Core Utilities
/include_core/OMR/ @youngar @charliegracie @Leonardo2718 @rwy0717 @babsingh
/include_core/OMR/ @youngar @charliegracie @Leonardo2718 @babsingh

# Tril and Testing
/fvtest/tril/ @Leonardo2718 @fjeremic @0xdaryl
Expand Down

0 comments on commit dd3541c

Please sign in to comment.