Skip to content

Model Ownership

Ricardo Minguez (Rido) edited this page Oct 8, 2020 · 2 revisions

The PR validation checks honor the GitHub PR workflow by looking at the new files and requesting approval from existing code owners as specified in the CODEOWNERS file. GH CODEOWNERS docs

Model Ownership

  • The CODEOWNERS file is located in the repo root folder
  • Users can opt-in and add owners to the CODEOWNERS file along with the new files to be added
  • [auto] PRs to the main branch will enforce the existing CODEOWNERS approve the PR
  • [manual] The PR approver will check the CODEOWNERS edits are reasonable and do not try to hijack other paths
  • If the submitter does not include any entry in the CODEOWNERS the new models will inherit the ownership from the root

Example CODEOWNERS file

# Global code owners
* @ridomin 
/dtmi/azure @montgomp
/dtmi/com/example/thermostat- @digimaun

Clone this wiki locally