From e9ab1c4b6d72b7ac264d1d5f1f76a3b6fbe32bc4 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Fri, 22 Dec 2023 10:26:57 +0100 Subject: [PATCH] scaffolder permission actions changesets Signed-off-by: Vincenzo Scamporlino --- .changeset/gold-pianos-worry.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/gold-pianos-worry.md diff --git a/.changeset/gold-pianos-worry.md b/.changeset/gold-pianos-worry.md new file mode 100644 index 0000000000..39095dbbd7 --- /dev/null +++ b/.changeset/gold-pianos-worry.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-backend': patch +--- + +Fixed an issue where not passing a `value` to any of the action's permission conditions caused an error.