From 23f72b2cbaa0040ab08958689ac52af6ca8db054 Mon Sep 17 00:00:00 2001 From: Matt Benson Date: Mon, 23 Oct 2023 22:19:33 -0500 Subject: [PATCH] refactor NunjucksWorkflowTaskRunner to: - generate minimally informative task log per iteration - properly validate iterated actions Signed-off-by: Matt Benson --- .changeset/silent-pillows-reflect.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/silent-pillows-reflect.md diff --git a/.changeset/silent-pillows-reflect.md b/.changeset/silent-pillows-reflect.md new file mode 100644 index 0000000000..95735e64c5 --- /dev/null +++ b/.changeset/silent-pillows-reflect.md @@ -0,0 +1,8 @@ +--- +'@backstage/plugin-scaffolder-backend': patch +--- + +refactor NunjucksWorkflowTaskRunner to: + +- generate minimally informative task log per iteration +- properly validate iterated actions