mirror of
https://github.com/confidential-containers/confidential-containers.git
synced 2025-06-03 00:52:34 +00:00

Adding a CODEOWNERS file as documented here -> https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#about-code-owners Seeding with the github team -> https://github.com/orgs/confidential-containers/teams/documentation-maintainers/members Looking to start discussion on Who else should be added? Are those listed comfortable being on the list? Signed-off-by: James Magowan <magowan@uk.ibm.com>
9 lines
356 B
Plaintext
9 lines
356 B
Plaintext
# This is a comment.
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
# These owners will be the default owners for everything in
|
|
# the repo. Unless a later match takes precedence,
|
|
# @global-owner1 and @global-owner2 will be requested for
|
|
# review when someone opens a pull request.
|
|
* @confidential-containers/documentation-maintainers
|