Closed alodela closed 1 year ago
Latest commit: c929ea9ccc89cc4743977eee88dac98e76d2caae
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Your changes were released in @frontside/scaffolder-yaml-actions@0.2.3
. Thank you for your contribution.
Motivation
The YAML actions support an
entityRef
argument to update an specific entity from the content, but the current implementation doesn't take into account when the entityname
is provided undermetadata
.Approach
Update the entity ref validation in the
append
andset
operations to check for thename
at root level and undermetadata
for each document.Alternate Designs
Possible Drawbacks or Risks
TODOs and Open Questions
Learning
Screenshots