Skip to content

Commit 5a3fabf

Browse files
authored
Add code owner file in sparse checkout (Azure#21862)
1 parent fe37155 commit 5a3fabf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/pipelines/templates/stages/archetype-python-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ stages:
162162
SkipDefaultCheckout: true
163163
Paths:
164164
- sdk/**/*.md
165+
- .github/CODEOWNERS
165166
- download: current
166167
- template: /eng/common/pipelines/templates/steps/update-docsms-metadata.yml
167168
parameters:
@@ -270,6 +271,7 @@ stages:
270271
SkipDefaultCheckout: true
271272
Paths:
272273
- sdk/**/*.md
274+
- .github/CODEOWNERS
273275
- download: current
274276
- pwsh: |
275277
Get-ChildItem -Recurse $(Pipeline.Workspace)/${{parameters.ArtifactName}}/

0 commit comments

Comments
 (0)