From ea23129e61c139bcc103e46fe95acad2dff433bb Mon Sep 17 00:00:00 2001 From: Sean Perkins <13732623+sean-perkins@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:57:20 -0400 Subject: [PATCH] chore: disable codeflow for pull requests (#28101) Issue number: N/A --------- ## What is the current behavior? Team isn't using the integration. ## What is the new behavior? - Disables the Codeflow integration on pull requests ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- .stackblitz/codeflow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stackblitz/codeflow.json b/.stackblitz/codeflow.json index 69474708bf..6354218ee3 100644 --- a/.stackblitz/codeflow.json +++ b/.stackblitz/codeflow.json @@ -4,7 +4,7 @@ "enabled": false }, "pullRequests": { - "enabled": true + "enabled": false } } }