Nothing Special   »   [go: up one dir, main page]

Skip to content

hchiam/learning-codeowners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning about CODEOWNERS files

Just one of the things I'm learning. https://github.com/hchiam/learning

Use CODEOWNERS files to auto-assign code reviewers based on which files/folders were changed.

This repo has an example PR where @hchiam was automatically assigned to review, because the CODEOWNERS file had * @hchiam.

Note: apparently you have to set sub-folder-specific owners at the top level, not with separate CODEOWNERS files in respective sub-folders.

More info (short read): https://tech.people-doc.com/using-github-codeowners-file.html

More info (longer read): https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

About

Learning about CODEOWNERS files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published