scaffolder-backend: improve changeset

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-04-14 13:36:04 +02:00
parent ddf7b5ed91
commit 067370e1f0
+5
View File
@@ -5,3 +5,8 @@
Added the possibility to authorize actions
It is now possible to decide who should be able to execute certain actions or who should be able to pass specific input to specified actions.
Some of the existing utility functions for creating conditional decisions have been renamed:
- `createScaffolderConditionalDecision` has been renamed to `createScaffolderActionConditionalDecision`
- `scaffolderConditions` has been renamed to `scaffolderTemplateConditions`