Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Remove leading-underscore teams from CODEOWNERS #99717

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

Repiteo
Copy link
Contributor

@Repiteo Repiteo commented Nov 26, 2024

While done with good intentions, assigning leading-underscore teams as fallbacks was far too generic, so now it'll simply fallback to nothing. This is a temporary measure, as the untracked files can be found with specialized tools1, but I want to eventually have a dedicated python script that can handle this so that's outside the scope of this PR

Footnotes

  1. https://github.com/hmarr/codeowners

@Repiteo Repiteo added this to the 4.4 milestone Nov 26, 2024
@Repiteo Repiteo requested a review from a team as a code owner November 26, 2024 16:57
@hpvb
Copy link
Member

hpvb commented Dec 10, 2024

LGTM

.github/CODEOWNERS Outdated Show resolved Hide resolved
@Repiteo Repiteo force-pushed the codeowners/scene-core branch from 38eac9c to 195c927 Compare December 10, 2024 16:46
@Repiteo Repiteo changed the title CODEOWNERS: Organize scene groups CODEOWNERS: Add dedicated fallback team Dec 10, 2024
@Repiteo Repiteo requested a review from akien-mga December 10, 2024 17:22
@Repiteo Repiteo force-pushed the codeowners/scene-core branch 2 times, most recently from 6612790 to 4da035a Compare December 11, 2024 03:19
@Repiteo Repiteo changed the title CODEOWNERS: Add dedicated fallback team CI: Add codeowners pre-commit hook, remove leading-underscore teams from CODEOWNERS Dec 11, 2024
@Repiteo Repiteo force-pushed the codeowners/scene-core branch from 4da035a to 31fb576 Compare December 11, 2024 03:21
@Repiteo
Copy link
Contributor Author

Repiteo commented Dec 11, 2024

Made ANOTHER big change, as I finally discovered a proper CODEOWNERS hook! Now we can explicitly detect and log the files which aren't being tracked by any sort of fallback teams. This made the fallback team immediately redundant (RIP | 2024-2024), as the functionality is much more obviously laid out with this hook. This should still be fine to merge as-is, and the discussion on which teams should be added can be handled in another PR, but the currently unowned files are:

Unowned files
drivers/register_driver_types.cpp
drivers/register_driver_types.h
editor/action_map_editor.cpp
editor/action_map_editor.h
editor/add_metadata_dialog.cpp
editor/add_metadata_dialog.h
editor/animation_bezier_editor.cpp
editor/animation_bezier_editor.h
editor/animation_track_editor.cpp
editor/animation_track_editor.h
editor/animation_track_editor_plugins.cpp
editor/animation_track_editor_plugins.h
editor/audio_stream_preview.cpp
editor/audio_stream_preview.h
editor/connections_dialog.cpp
editor/connections_dialog.h
editor/create_dialog.cpp
editor/create_dialog.h
editor/dependency_editor.cpp
editor/dependency_editor.h
editor/directory_create_dialog.cpp
editor/directory_create_dialog.h
editor/doc_tools.cpp
editor/doc_tools.h
editor/editor_about.cpp
editor/editor_about.h
editor/editor_asset_installer.cpp
editor/editor_asset_installer.h
editor/editor_atlas_packer.cpp
editor/editor_atlas_packer.h
editor/editor_audio_buses.cpp
editor/editor_audio_buses.h
editor/editor_autoload_settings.cpp
editor/editor_autoload_settings.h
editor/editor_build_profile.cpp
editor/editor_build_profile.h
editor/editor_command_palette.cpp
editor/editor_command_palette.h
editor/editor_data.cpp
editor/editor_data.h
editor/editor_feature_profile.cpp
editor/editor_feature_profile.h
editor/editor_file_system.cpp
editor/editor_file_system.h
editor/editor_folding.cpp
editor/editor_folding.h
editor/editor_help.cpp
editor/editor_help.h
editor/editor_help_search.cpp
editor/editor_help_search.h
editor/editor_inspector.compat.inc
editor/editor_inspector.cpp
editor/editor_inspector.h
editor/editor_interface.compat.inc
editor/editor_interface.cpp
editor/editor_interface.h
editor/editor_layouts_dialog.cpp
editor/editor_layouts_dialog.h
editor/editor_locale_dialog.cpp
editor/editor_locale_dialog.h
editor/editor_log.cpp
editor/editor_log.h
editor/editor_main_screen.cpp
editor/editor_main_screen.h
editor/editor_node.cpp
editor/editor_node.h
editor/editor_paths.cpp
editor/editor_paths.h
editor/editor_properties.cpp
editor/editor_properties.h
editor/editor_properties_array_dict.cpp
editor/editor_properties_array_dict.h
editor/editor_properties_vector.cpp
editor/editor_properties_vector.h
editor/editor_property_name_processor.cpp
editor/editor_property_name_processor.h
editor/editor_resource_picker.cpp
editor/editor_resource_picker.h
editor/editor_resource_preview.cpp
editor/editor_resource_preview.h
editor/editor_run.cpp
editor/editor_run.h
editor/editor_run_native.cpp
editor/editor_run_native.h
editor/editor_sectioned_inspector.cpp
editor/editor_sectioned_inspector.h
editor/editor_settings.cpp
editor/editor_settings.h
editor/editor_settings_dialog.cpp
editor/editor_settings_dialog.h
editor/editor_string_names.h
editor/editor_translation.cpp
editor/editor_translation.h
editor/editor_translation_parser.cpp
editor/editor_translation_parser.h
editor/editor_undo_redo_manager.cpp
editor/editor_undo_redo_manager.h
editor/editor_vcs_interface.cpp
editor/editor_vcs_interface.h
editor/engine_update_label.cpp
editor/engine_update_label.h
editor/event_listener_line_edit.cpp
editor/event_listener_line_edit.h
editor/export/editor_export.cpp
editor/export/editor_export.h
editor/export/editor_export_platform.cpp
editor/export/editor_export_platform.h
editor/export/editor_export_platform_extension.cpp
editor/export/editor_export_platform_extension.h
editor/export/editor_export_platform_pc.cpp
editor/export/editor_export_platform_pc.h
editor/export/editor_export_plugin.cpp
editor/export/editor_export_plugin.h
editor/export/editor_export_preset.cpp
editor/export/editor_export_preset.h
editor/export/export_template_manager.cpp
editor/export/export_template_manager.h
editor/export/lipo.cpp
editor/export/lipo.h
editor/export/macho.cpp
editor/export/macho.h
editor/export/project_export.cpp
editor/export/project_export.h
editor/fbx_importer_manager.cpp
editor/fbx_importer_manager.h
editor/file_info.cpp
editor/file_info.h
editor/find_in_files.cpp
editor/find_in_files.h
editor/group_settings_editor.cpp
editor/group_settings_editor.h
editor/groups_editor.cpp
editor/groups_editor.h
editor/import_defaults_editor.cpp
editor/import_defaults_editor.h
editor/input_event_configuration_dialog.cpp
editor/input_event_configuration_dialog.h
editor/localization_editor.cpp
editor/localization_editor.h
editor/multi_node_edit.cpp
editor/multi_node_edit.h
editor/plugins/animation_blend_space_1d_editor.cpp
editor/plugins/animation_blend_space_1d_editor.h
editor/plugins/animation_blend_tree_editor_plugin.cpp
editor/plugins/animation_blend_tree_editor_plugin.h
editor/plugins/animation_library_editor.cpp
editor/plugins/animation_library_editor.h
editor/plugins/animation_player_editor_plugin.cpp
editor/plugins/animation_player_editor_plugin.h
editor/plugins/animation_state_machine_editor.cpp
editor/plugins/animation_state_machine_editor.h
editor/plugins/animation_tree_editor_plugin.cpp
editor/plugins/animation_tree_editor_plugin.h
editor/plugins/asset_library_editor_plugin.cpp
editor/plugins/asset_library_editor_plugin.h
editor/plugins/audio_stream_editor_plugin.cpp
editor/plugins/audio_stream_editor_plugin.h
editor/plugins/audio_stream_randomizer_editor_plugin.cpp
editor/plugins/audio_stream_randomizer_editor_plugin.h
editor/plugins/bit_map_editor_plugin.cpp
editor/plugins/bit_map_editor_plugin.h
editor/plugins/bone_map_editor_plugin.cpp
editor/plugins/bone_map_editor_plugin.h
editor/plugins/canvas_item_editor_plugin.cpp
editor/plugins/canvas_item_editor_plugin.h
editor/plugins/control_editor_plugin.cpp
editor/plugins/control_editor_plugin.h
editor/plugins/curve_editor_plugin.cpp
editor/plugins/curve_editor_plugin.h
editor/plugins/dedicated_server_export_plugin.cpp
editor/plugins/dedicated_server_export_plugin.h
editor/plugins/editor_context_menu_plugin.cpp
editor/plugins/editor_context_menu_plugin.h
editor/plugins/editor_plugin.compat.inc
editor/plugins/editor_plugin.cpp
editor/plugins/editor_plugin.h
editor/plugins/editor_plugin_settings.cpp
editor/plugins/editor_plugin_settings.h
editor/plugins/editor_preview_plugins.cpp
editor/plugins/editor_preview_plugins.h
editor/plugins/editor_resource_conversion_plugin.cpp
editor/plugins/editor_resource_conversion_plugin.h
editor/plugins/editor_resource_tooltip_plugins.cpp
editor/plugins/editor_resource_tooltip_plugins.h
editor/plugins/font_config_plugin.cpp
editor/plugins/font_config_plugin.h
editor/plugins/game_view_plugin.cpp
editor/plugins/game_view_plugin.h
editor/plugins/gdextension_export_plugin.h
editor/plugins/gizmos/decal_gizmo_plugin.cpp
editor/plugins/gizmos/decal_gizmo_plugin.h
editor/plugins/gizmos/fog_volume_gizmo_plugin.cpp
editor/plugins/gizmos/fog_volume_gizmo_plugin.h
editor/plugins/gizmos/lightmap_gi_gizmo_plugin.cpp
editor/plugins/gizmos/lightmap_gi_gizmo_plugin.h
editor/plugins/gizmos/lightmap_probe_gizmo_plugin.cpp
editor/plugins/gizmos/lightmap_probe_gizmo_plugin.h
editor/plugins/gizmos/reflection_probe_gizmo_plugin.cpp
editor/plugins/gizmos/reflection_probe_gizmo_plugin.h
editor/plugins/gizmos/voxel_gi_gizmo_plugin.cpp
editor/plugins/gizmos/voxel_gi_gizmo_plugin.h
editor/plugins/gpu_particles_collision_sdf_editor_plugin.cpp
editor/plugins/gpu_particles_collision_sdf_editor_plugin.h
editor/plugins/gradient_editor_plugin.cpp
editor/plugins/gradient_editor_plugin.h
editor/plugins/input_event_editor_plugin.cpp
editor/plugins/input_event_editor_plugin.h
editor/plugins/lightmap_gi_editor_plugin.cpp
editor/plugins/lightmap_gi_editor_plugin.h
editor/plugins/material_editor_plugin.cpp
editor/plugins/material_editor_plugin.h
editor/plugins/mesh_editor_plugin.cpp
editor/plugins/mesh_editor_plugin.h
editor/plugins/mesh_library_editor_plugin.cpp
editor/plugins/mesh_library_editor_plugin.h
editor/plugins/multimesh_editor_plugin.cpp
editor/plugins/multimesh_editor_plugin.h
editor/plugins/navigation_polygon_editor_plugin.cpp
editor/plugins/navigation_polygon_editor_plugin.h
editor/plugins/packed_scene_editor_plugin.cpp
editor/plugins/packed_scene_editor_plugin.h
editor/plugins/packed_scene_translation_parser_plugin.cpp
editor/plugins/packed_scene_translation_parser_plugin.h
editor/plugins/parallax_background_editor_plugin.cpp
editor/plugins/parallax_background_editor_plugin.h
editor/plugins/particle_process_material_editor_plugin.cpp
editor/plugins/particle_process_material_editor_plugin.h
editor/plugins/particles_editor_plugin.cpp
editor/plugins/particles_editor_plugin.h
editor/plugins/plugin_config_dialog.cpp
editor/plugins/plugin_config_dialog.h
editor/plugins/resource_preloader_editor_plugin.cpp
editor/plugins/resource_preloader_editor_plugin.h
editor/plugins/root_motion_editor_plugin.cpp
editor/plugins/root_motion_editor_plugin.h
editor/plugins/sprite_frames_editor_plugin.cpp
editor/plugins/sprite_frames_editor_plugin.h
editor/plugins/style_box_editor_plugin.cpp
editor/plugins/style_box_editor_plugin.h
editor/plugins/sub_viewport_preview_editor_plugin.cpp
editor/plugins/sub_viewport_preview_editor_plugin.h
editor/plugins/text_editor.cpp
editor/plugins/text_editor.h
editor/plugins/texture_editor_plugin.cpp
editor/plugins/texture_editor_plugin.h
editor/plugins/texture_layered_editor_plugin.cpp
editor/plugins/texture_layered_editor_plugin.h
editor/plugins/texture_region_editor_plugin.cpp
editor/plugins/texture_region_editor_plugin.h
editor/plugins/theme_editor_plugin.cpp
editor/plugins/theme_editor_plugin.h
editor/plugins/theme_editor_preview.cpp
editor/plugins/theme_editor_preview.h
editor/plugins/tiles/atlas_merging_dialog.cpp
editor/plugins/tiles/atlas_merging_dialog.h
editor/plugins/tiles/tile_atlas_view.cpp
editor/plugins/tiles/tile_atlas_view.h
editor/plugins/tiles/tile_data_editors.cpp
editor/plugins/tiles/tile_data_editors.h
editor/plugins/tiles/tile_map_layer_editor.cpp
editor/plugins/tiles/tile_map_layer_editor.h
editor/plugins/tiles/tile_proxies_manager_dialog.cpp
editor/plugins/tiles/tile_proxies_manager_dialog.h
editor/plugins/tiles/tile_set_atlas_source_editor.cpp
editor/plugins/tiles/tile_set_atlas_source_editor.h
editor/plugins/tiles/tile_set_editor.cpp
editor/plugins/tiles/tile_set_editor.h
editor/plugins/tiles/tile_set_scenes_collection_source_editor.cpp
editor/plugins/tiles/tile_set_scenes_collection_source_editor.h
editor/plugins/tiles/tiles_editor_plugin.cpp
editor/plugins/tiles/tiles_editor_plugin.h
editor/plugins/tool_button_editor_plugin.cpp
editor/plugins/tool_button_editor_plugin.h
editor/plugins/version_control_editor_plugin.cpp
editor/plugins/version_control_editor_plugin.h
editor/plugins/voxel_gi_editor_plugin.cpp
editor/plugins/voxel_gi_editor_plugin.h
editor/pot_generator.cpp
editor/pot_generator.h
editor/progress_dialog.cpp
editor/progress_dialog.h
editor/project_converter_3_to_4.cpp
editor/project_converter_3_to_4.h
editor/project_manager.cpp
editor/project_manager.h
editor/project_manager/project_dialog.cpp
editor/project_manager/project_dialog.h
editor/project_manager/project_list.cpp
editor/project_manager/project_list.h
editor/project_manager/project_tag.cpp
editor/project_manager/project_tag.h
editor/project_manager/quick_settings_dialog.cpp
editor/project_manager/quick_settings_dialog.h
editor/project_settings_editor.cpp
editor/project_settings_editor.h
editor/property_selector.cpp
editor/property_selector.h
editor/register_editor_types.cpp
editor/register_editor_types.h
editor/register_exporters.h
editor/rename_dialog.cpp
editor/rename_dialog.h
editor/renames_map_3_to_4.cpp
editor/renames_map_3_to_4.h
editor/reparent_dialog.cpp
editor/reparent_dialog.h
editor/run_instances_dialog.cpp
editor/run_instances_dialog.h
editor/scene_create_dialog.cpp
editor/scene_create_dialog.h
editor/surface_upgrade_tool.cpp
editor/surface_upgrade_tool.h
editor/translations/editor/ar.po
editor/translations/editor/bg.po
editor/translations/editor/bn.po
editor/translations/editor/ca.po
editor/translations/editor/cs.po
editor/translations/editor/de.po
editor/translations/editor/el.po
editor/translations/editor/eo.po
editor/translations/editor/es.po
editor/translations/editor/es_AR.po
editor/translations/editor/et.po
editor/translations/editor/fa.po
editor/translations/editor/fi.po
editor/translations/editor/fr.po
editor/translations/editor/ga.po
editor/translations/editor/gl.po
editor/translations/editor/he.po
editor/translations/editor/hu.po
editor/translations/editor/id.po
editor/translations/editor/it.po
editor/translations/editor/ja.po
editor/translations/editor/ka.po
editor/translations/editor/ko.po
editor/translations/editor/lv.po
editor/translations/editor/ms.po
editor/translations/editor/nb.po
editor/translations/editor/nl.po
editor/translations/editor/pl.po
editor/translations/editor/pt.po
editor/translations/editor/pt_BR.po
editor/translations/editor/ro.po
editor/translations/editor/ru.po
editor/translations/editor/sk.po
editor/translations/editor/sv.po
editor/translations/editor/th.po
editor/translations/editor/tr.po
editor/translations/editor/uk.po
editor/translations/editor/vi.po
editor/translations/editor/zh_CN.po
editor/translations/editor/zh_TW.po
editor/translations/extractable/af.po
editor/translations/extractable/ar.po
editor/translations/extractable/bg.po
editor/translations/extractable/bn.po
editor/translations/extractable/ca.po
editor/translations/extractable/cs.po
editor/translations/extractable/cy.po
editor/translations/extractable/da.po
editor/translations/extractable/de.po
editor/translations/extractable/el.po
editor/translations/extractable/eo.po
editor/translations/extractable/es.po
editor/translations/extractable/es_AR.po
editor/translations/extractable/et.po
editor/translations/extractable/eu.po
editor/translations/extractable/extractable.pot
editor/translations/extractable/fa.po
editor/translations/extractable/fi.po
editor/translations/extractable/fr.po
editor/translations/extractable/gl.po
editor/translations/extractable/he.po
editor/translations/extractable/hi.po
editor/translations/extractable/hr.po
editor/translations/extractable/hu.po
editor/translations/extractable/id.po
editor/translations/extractable/it.po
editor/translations/extractable/ja.po
editor/translations/extractable/ka.po
editor/translations/extractable/ko.po
editor/translations/extractable/lv.po
editor/translations/extractable/ms.po
editor/translations/extractable/nb.po
editor/translations/extractable/nl.po
editor/translations/extractable/pl.po
editor/translations/extractable/pt.po
editor/translations/extractable/pt_BR.po
editor/translations/extractable/ro.po
editor/translations/extractable/ru.po
editor/translations/extractable/sk.po
editor/translations/extractable/sl.po
editor/translations/extractable/sq.po
editor/translations/extractable/sr_Cyrl.po
editor/translations/extractable/sv.po
editor/translations/extractable/th.po
editor/translations/extractable/tl.po
editor/translations/extractable/tr.po
editor/translations/extractable/uk.po
editor/translations/extractable/vi.po
editor/translations/extractable/zh_CN.po
editor/translations/extractable/zh_HK.po
editor/translations/extractable/zh_TW.po
editor/translations/properties/ar.po
editor/translations/properties/de.po
editor/translations/properties/es.po
editor/translations/properties/et.po
editor/translations/properties/fr.po
editor/translations/properties/ga.po
editor/translations/properties/id.po
editor/translations/properties/it.po
editor/translations/properties/ja.po
editor/translations/properties/ka.po
editor/translations/properties/ko.po
editor/translations/properties/pl.po
editor/translations/properties/pt.po
editor/translations/properties/pt_BR.po
editor/translations/properties/ru.po
editor/translations/properties/tr.po
editor/translations/properties/uk.po
editor/translations/properties/zh_CN.po
editor/translations/properties/zh_TW.po
editor/window_wrapper.cpp
editor/window_wrapper.h
modules/bcdec/image_decompress_bcdec.cpp
modules/bcdec/image_decompress_bcdec.h
modules/bcdec/register_types.cpp
modules/bcdec/register_types.h
modules/register_module_types.h
platform/register_platform_apis.h
scene/property_list_helper.cpp
scene/property_list_helper.h
scene/property_utils.cpp
scene/property_utils.h
scene/register_scene_types.cpp
scene/register_scene_types.h
scene/resources/animated_texture.cpp
scene/resources/animated_texture.h
scene/resources/atlas_texture.cpp
scene/resources/atlas_texture.h
scene/resources/bit_map.cpp
scene/resources/bit_map.h
scene/resources/bone_map.cpp
scene/resources/bone_map.h
scene/resources/camera_attributes.cpp
scene/resources/camera_attributes.h
scene/resources/camera_texture.cpp
scene/resources/camera_texture.h
scene/resources/canvas_item_material.cpp
scene/resources/canvas_item_material.h
scene/resources/color_palette.cpp
scene/resources/color_palette.h
scene/resources/compositor.cpp
scene/resources/compositor.h
scene/resources/compressed_texture.cpp
scene/resources/compressed_texture.h
scene/resources/curve.cpp
scene/resources/curve.h
scene/resources/curve_texture.cpp
scene/resources/curve_texture.h
scene/resources/environment.cpp
scene/resources/environment.h
scene/resources/external_texture.cpp
scene/resources/external_texture.h
scene/resources/gradient.cpp
scene/resources/gradient.h
scene/resources/gradient_texture.cpp
scene/resources/gradient_texture.h
scene/resources/image_texture.cpp
scene/resources/image_texture.h
scene/resources/immediate_mesh.cpp
scene/resources/immediate_mesh.h
scene/resources/label_settings.cpp
scene/resources/label_settings.h
scene/resources/material.cpp
scene/resources/material.h
scene/resources/mesh.cpp
scene/resources/mesh.h
scene/resources/mesh_data_tool.compat.inc
scene/resources/mesh_data_tool.cpp
scene/resources/mesh_data_tool.h
scene/resources/mesh_texture.cpp
scene/resources/mesh_texture.h
scene/resources/multimesh.cpp
scene/resources/multimesh.h
scene/resources/navigation_mesh.cpp
scene/resources/navigation_mesh.h
scene/resources/packed_scene.cpp
scene/resources/packed_scene.h
scene/resources/particle_process_material.cpp
scene/resources/particle_process_material.h
scene/resources/physics_material.cpp
scene/resources/physics_material.h
scene/resources/placeholder_textures.cpp
scene/resources/placeholder_textures.h
scene/resources/portable_compressed_texture.cpp
scene/resources/portable_compressed_texture.h
scene/resources/resource_format_text.cpp
scene/resources/resource_format_text.h
scene/resources/skeleton_profile.cpp
scene/resources/skeleton_profile.h
scene/resources/sky.cpp
scene/resources/sky.h
scene/resources/sprite_frames.cpp
scene/resources/sprite_frames.h
scene/resources/style_box.cpp
scene/resources/style_box.h
scene/resources/style_box_flat.cpp
scene/resources/style_box_flat.h
scene/resources/style_box_line.cpp
scene/resources/style_box_line.h
scene/resources/style_box_texture.cpp
scene/resources/style_box_texture.h
scene/resources/surface_tool.cpp
scene/resources/surface_tool.h
scene/resources/syntax_highlighter.cpp
scene/resources/syntax_highlighter.h
scene/resources/texture.cpp
scene/resources/texture.h
scene/resources/texture_rd.cpp
scene/resources/texture_rd.h
scene/resources/theme.cpp
scene/resources/theme.h
scene/resources/video_stream.cpp
scene/resources/video_stream.h
scene/resources/world_2d.cpp
scene/resources/world_2d.h
scene/scene_string_names.h
servers/display/native_menu.cpp
servers/display/native_menu.h
servers/display_server.cpp
servers/display_server.h
servers/display_server_headless.h
servers/movie_writer/movie_writer.cpp
servers/movie_writer/movie_writer.h
servers/movie_writer/movie_writer_mjpeg.cpp
servers/movie_writer/movie_writer_mjpeg.h
servers/movie_writer/movie_writer_pngwav.cpp
servers/movie_writer/movie_writer_pngwav.h
servers/register_server_types.cpp
servers/register_server_types.h
servers/server_wrap_mt_common.h

EDIT: Removed the hook to repurpose for local use, keeping this PR scoped to CODEOWNERS specifically

@Repiteo Repiteo force-pushed the codeowners/scene-core branch 2 times, most recently from 8c7bc2f to 13e5cf2 Compare December 11, 2024 17:02
@Repiteo Repiteo changed the title CI: Add codeowners pre-commit hook, remove leading-underscore teams from CODEOWNERS CI: Remove leading-underscore teams from CODEOWNERS Dec 11, 2024
@Repiteo Repiteo force-pushed the codeowners/scene-core branch from 13e5cf2 to 9bb747e Compare December 11, 2024 17:17
@akien-mga akien-mga merged commit a5fd2a6 into godotengine:master Dec 11, 2024
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@Repiteo Repiteo deleted the codeowners/scene-core branch December 11, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants