From 2710e3df3c5276a042e53a2d3cfeeb6beae44d53 Mon Sep 17 00:00:00 2001 From: Dan Schulte Date: Thu, 25 Jul 2019 14:36:13 -0700 Subject: [PATCH] Enable SDK Automation pull requests (#5342) --- swagger_to_sdk_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger_to_sdk_config.json b/swagger_to_sdk_config.json index f80fdfca9793..123705fb47b9 100644 --- a/swagger_to_sdk_config.json +++ b/swagger_to_sdk_config.json @@ -23,7 +23,7 @@ "advanced_options": { "clone_dir": "./src/github.com/Azure/azure-sdk-for-go", "sdk_generation_pull_request_base": "integration_branch", - "create_sdk_pull_requests": false + "create_sdk_pull_requests": true }, "version": "0.2.0" }