diff --git a/google-cloud-storage-control/.owlbot-manifest.json b/google-cloud-storage-control/.owlbot-manifest.json index af8cd1b6f4ae..3f6647144f10 100644 --- a/google-cloud-storage-control/.owlbot-manifest.json +++ b/google-cloud-storage-control/.owlbot-manifest.json @@ -20,6 +20,12 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "samples/.rubocop.yml", + "samples/Gemfile", + "samples/Rakefile", + "samples/acceptance/helper.rb", + "samples/acceptance/storage_control_quickstart_test.rb", + "samples/storage_control_quickstart_sample.rb" ] }