From cc8fe8f9a1bc85ff018eaa11d8773faa3fec6acc Mon Sep 17 00:00:00 2001 From: Blake Li Date: Mon, 15 Apr 2024 11:38:52 -0400 Subject: [PATCH] Revert "chore: Rename .Owlbot.yaml in new-client.py." This reverts commit c4ffb3adc2c8636b5c0e51c32e1027fa83d75a15. --- generation/new_client/new-client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generation/new_client/new-client.py b/generation/new_client/new-client.py index 6ff3ba091ec1..d108a61e49f2 100644 --- a/generation/new_client/new-client.py +++ b/generation/new_client/new-client.py @@ -250,7 +250,7 @@ def generate( ) # In monorepo, .OwlBot.yaml needs to be in the directory of the module. - owlbot_yaml_location_from_module = ".OwlBot-hermetic.yaml" + owlbot_yaml_location_from_module = ".OwlBot.yaml" # create owlbot config templates.render( template_name="owlbot.yaml.monorepo.j2",