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

Add owners.txt file #1523

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions tool/owners.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
; this is an example owners.txt file which can be added at any level in the repo to indicate owners of a subtree
; this file is used by ownership enforcer to determine reviewers to add to a pull request
; you can add comments using ; as prefix
; introduce each owner in a separate line with his/her alias (not email address)
; prefixing an alias with * means that the owner will not be automatically added as a reviewer to pull requests to reduce noise, but can still be manually added and can sign off if necessary
; to learn more you can read https://microsoft.sharepoint.com/teams/WAG/EngSys/EngPipeline/cdp/SitePages/Configure%20checkin%20gates.aspx
; if you do not wish to use this feature then you can delete this file
; example (pretend the following lines are not commented):
;
; developer1
; developer2
; *developer3
annavied
americks
adityap
*slee
Loading