Skip to content

Commit 5844ca2

Browse files
authored
chore: exclude codeowners template (#1600)
1 parent 4b73b2e commit 5844ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
s.move(templated_files / '.trampolinerc') # config file for trampoline_v2
3131

3232
# Also move issue templates
33-
s.move(templated_files / '.github')
33+
s.move(templated_files / '.github', excludes=['CODEOWNERS'])
3434

3535
# Move scripts folder needed for samples CI
3636
s.move(templated_files / 'scripts')

0 commit comments

Comments
 (0)