From de8131c2d16465d9ec2beb7d228db6985fcd17d1 Mon Sep 17 00:00:00 2001 From: Anonymoo53 <93589159+Anonymoo53@users.noreply.github.com> Date: Tue, 16 Dec 2025 17:09:41 +0000 Subject: [PATCH 1/2] Fixes issue with interactive formatting --- demisto_sdk/commands/format/format_setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/demisto_sdk/commands/format/format_setup.py b/demisto_sdk/commands/format/format_setup.py index 3a6a175483c..fab773c7c76 100644 --- a/demisto_sdk/commands/format/format_setup.py +++ b/demisto_sdk/commands/format/format_setup.py @@ -131,4 +131,5 @@ def format( add_tests=add_tests, id_set_path=str(id_set_path) if id_set_path else None, use_graph=graph, + interactive=True if assume_yes is None else False, ) From e589acc9a909e7c1fbd8bed1ebfec24a193523f7 Mon Sep 17 00:00:00 2001 From: Anonymoo53 <93589159+Anonymoo53@users.noreply.github.com> Date: Tue, 16 Dec 2025 17:15:29 +0000 Subject: [PATCH 2/2] Add .changelog file for PR --- .changelog/5164.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changelog/5164.yml diff --git a/.changelog/5164.yml b/.changelog/5164.yml new file mode 100644 index 00000000000..3da43e0a743 --- /dev/null +++ b/.changelog/5164.yml @@ -0,0 +1,4 @@ +changes: +- description: Fixes an issue with the formatting command where the interactive flag is not set correctly. + type: fix +pr_number: 5164 \ No newline at end of file