From dd71a3b5f3f3515786d89024f6ebd444ba984b25 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Thu, 5 Jan 2023 14:44:47 -0500 Subject: [PATCH] chore(codeflow): disable codeflow on issues (#26530) --- .stackblitz/codeflow.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .stackblitz/codeflow.json diff --git a/.stackblitz/codeflow.json b/.stackblitz/codeflow.json new file mode 100644 index 0000000000..69474708bf --- /dev/null +++ b/.stackblitz/codeflow.json @@ -0,0 +1,10 @@ +{ + "bot": { + "issues": { + "enabled": false + }, + "pullRequests": { + "enabled": true + } + } +}