Skip to content

Commit aab390c

Browse files
chore: do not let owlbot change repo settings (#1885)
Co-authored-by: Alexander Fenster <[email protected]>
1 parent 7e2d986 commit aab390c

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
@@ -21,7 +21,7 @@
2121

2222
common_templates = gcp.CommonTemplates()
2323
templates = common_templates.node_library(source_location='build/src')
24-
s.copy(templates, excludes=['.jsdoc.js', '.github/release-please.yml'])
24+
s.copy(templates, excludes=['.jsdoc.js', '.github/release-please.yml', '.github/sync-repo-settings.yaml'])
2525

2626
# Create .config directory under $HOME to get around permissions issues
2727
# with resumable upload.

0 commit comments

Comments
 (0)