From c2e5c2a78570dcffd40fed66c71695df5f8a041a Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:31:31 -0700 Subject: [PATCH] chore: Update to owlbot manifest (#25810) --- google-cloud-storage-control/.owlbot-manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" ] }