Skip to content

Commit

Permalink
chore: do not let owlbot change repo settings (googleapis#1885)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Fenster <[email protected]>
  • Loading branch information
2 people authored and ddelgrosso1 committed Apr 29, 2022
1 parent 1d6fae9 commit e5f995f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

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

0 comments on commit e5f995f

Please sign in to comment.