From 2ddfdffa3d68066681fdc24025d2cb12e00fdf3b Mon Sep 17 00:00:00 2001 From: Svyatoslav Kryukov Date: Thu, 12 Jan 2023 12:26:46 +0300 Subject: [PATCH] chore: make Codeflow bot comment every issue (#984) --- .stackblitz/codeflow.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .stackblitz/codeflow.json diff --git a/.stackblitz/codeflow.json b/.stackblitz/codeflow.json new file mode 100644 index 00000000..21acb9d4 --- /dev/null +++ b/.stackblitz/codeflow.json @@ -0,0 +1,7 @@ +{ + "bot": { + "issues": { + "trigger": "all-issues" + } + } +}