review-checklists/CODEOWNERS
Line: 9: incorrect codeowner user: erjosito Line: 9: incorrect codeowner user: sdolgin Line: 9: no users/groups matched Line: 31: incorrect codeowner user: erjosito Line: 31: incorrect codeowner user: sdolgin Line: 31: no users/groups matched Line: 32: no users/groups matched Line: 33: incorrect codeowner user: brmoreir Line: 33: incorrect codeowner user: pea-ms Line: 33: no users/groups matched Line: 34: incorrect codeowner user: erjosito Line: 34: incorrect codeowner user: seenu433 Line: 34: incorrect codeowner user: msftnadavbh Line: 34: no users/groups matched Line: 35: incorrect codeowner user: msftnadavbh Line: 35: incorrect codeowner user: naioja Line: 35: incorrect codeowner user: erjosito Line: 35: no users/groups matched Line: 36: incorrect codeowner user: igorpag Line: 36: incorrect codeowner user: mikewarr Line: 36: incorrect codeowner user: bagwyth Line: 36: no users/groups matched Line: 37: incorrect codeowner user: fskelly Line: 37: incorrect codeowner user: mgodfrey50 Line: 37: incorrect codeowner user: robinher Line: 37: no users/groups matched Line: 38: incorrect codeowner user: fskelly Line: 38: incorrect codeowner user: mgodfrey50 Line: 38: incorrect codeowner user: robinher Line: 38: no users/groups matched Line: 39: incorrect codeowner user: mgodfrey50 Line: 39: incorrect codeowner user: sikovatc Line: 39: no users/groups matched Line: 40: incorrect codeowner user: AlastairMorrison Line: 40: incorrect codeowner user: videshmukh Line: 40: incorrect codeowner user: mottach Line: 40: incorrect codeowner user: NaokiIgarashi Line: 40: no users/groups matched Line: 41: incorrect codeowner user: arsenvlad Line: 41: incorrect codeowner user: johndowns Line: 41: incorrect codeowner user: cherchyk Line: 41: no users/groups matched Line: 42: incorrect codeowner user: jelledruyts Line: 42: incorrect codeowner user: xstof Line: 42: no users/groups matched Line: 43: incorrect codeowner user: igorpag Line: 43: no users/groups matched Line: 44: incorrect codeowner user: seenu433 Line: 44: incorrect codeowner user: andredewes Line: 44: no users/groups matched Line: 45: incorrect codeowner user: chgeuer Line: 45: no users/groups matched Line: 46: incorrect codeowner user: cbellee Line: 46: no users/groups matched Line: 47: incorrect codeowner user: mbrat2005 Line: 47: incorrect codeowner user: steveswalwell Line: 47: incorrect codeowner user: igomaa Line: 47: no users/groups matched Line: 48: incorrect codeowner user: erjosito Line: 48: incorrect codeowner user: andredewes Line: 48: no users/groups matched Line: 49: incorrect codeowner user: bappadityams Line: 49: incorrect codeowner user: vermegi Line: 49: incorrect codeowner user: fmustaf Line: 49: no users/groups matched Line: 50: incorrect codeowner user: roshair Line: 50: no users/groups matched Line: 51: incorrect codeowner user: karthikyella Line: 51: incorrect codeowner user: dbabulldog-repo Line: 51: no users/groups matched Line: 52: incorrect codeowner user: fskelly Line: 52: incorrect codeowner user: erjosito Line: 52: no users/groups matched Line: 53: incorrect codeowner user: erjosito Line: 53: no users/groups matched Line: 54: incorrect codeowner user: erjosito Line: 54: no users/groups matched

75 строки
3.2 KiB
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.
# * @global-owner1 @global-owner2
* @erjosito @sdolgin
# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
# modifies JS files, only @js-owner and not the global
# owner(s) will be requested for a review.
# *.js @js-owner
# You can also use email addresses if you prefer. They'll be
# used to look up users just like we do for commit author
# emails.
# *.go docs@example.com
# Teams can be specified as code owners as well. Teams should
# be identified in the format @org/team-name. Teams must have
# explicit write access to the repository. In this example,
# the octocats team in the octo-org organization owns all .txt files.
# *.txt @octo-org/octocats
# In this example, @doctocat owns any files in the build/logs
# directory at the root of the repository and any of its
# subdirectories.
/checklists/ @erjosito @sdolgin
/checklists/alz_checklist.en.json @Azure/fta-alz-vteam @Azure/alz-checklist-contributors
/checklists/cost_checklist.en.json @brmoreir @pea-ms
/checklists/aks_checklist.en.json @erjosito @seenu433 @msftnadavbh
/checklists/aro_checklist.en.json @msftnadavbh @naioja @erjosito
/checklists/avd_checklist.en.json @igorpag @mikewarr @bagwyth
/checklists/avs_checklist.en.json @fskelly @mgodfrey50 @robinher
/checklists/avs_implementation_checklist.en.json @fskelly @mgodfrey50 @robinher
/checklists/security_checklist.en.json @mgodfrey50 @sikovatc
/checklists/sap_checklist.en.json @AlastairMorrison @videshmukh @mottach @NaokiIgarashi
/checklists/multitenancy_checklist.en.json @arsenvlad @johndowns @cherchyk
/checklists/appsvc_security_checklist.en.json @jelledruyts @xstof
/checklists/sqldb_security_checklist.en.json @igorpag
/checklists/apim_checklist.en.json @seenu433 @andredewes
/checklists/blob_storage_security_checklist.en.json @chgeuer
/checklists/acr_security_checklist.en.json @cbellee
/checklists/hci_checklist.en.json @mbrat2005 @steveswalwell @igomaa
/checklists/network_appdelivery_checklist.en.json @erjosito @andredewes
/checklists/azurespringapps_checklist.en.json @bappadityams @vermegi @fmustaf
/checklists/ado_checklist.en.json @roshair
/checklists/sql_checklist.en.json @karthikyella @dbabulldog-repo
/scripts/ @fskelly @erjosito
/spreadsheet/ @erjosito
/web/ @erjosito
# The `docs/*` pattern will match files like
# `docs/getting-started.md` but not further nested files like
# `docs/build-app/troubleshooting.md`.
# docs/* docs@example.com
# In this example, @octocat owns any file in an apps directory
# anywhere in your repository.
# apps/ @octocat
# In this example, @doctocat owns any file in the `/docs`
# directory in the root of your repository and any of its
# subdirectories.
# /docs/ @doctocat
# In this example, @octocat owns any file in the `/apps`
# directory in the root of your repository except for the `/apps/github`
# subdirectory, as its owners are left empty.
# /apps/ @octocat
# /apps/github