devfile / api

Kube-native API for cloud development workspaces specification
Apache License 2.0
235 stars 58 forks source link

Implement CODEOWNERS For Stack Owners #1525

Closed Jdubrick closed 5 days ago

Jdubrick commented 1 month ago

Which area/kind this issue is related to?

/area registry

Issue Description

Currently in the Devfile Registry we have an OWNERS file in the directory for each stack to outline the owner of said stack. We have decided to move to a CODEOWNERS file approach where the owners of each stack will be defined here. In addition to consolidating all of the owners to that CODEOWNERS file we will need to remove the OWNERS file from the stack directories as they are no longer required. The OWNERS file in the root of the registry repository should remain.

Acceptance Criteria

Jdubrick commented 1 month ago

Updated issue title and description as we are shifting to a CODEOWNERS approach rather than having individual OWNERS files for each stack.