You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
Today when using variables of generator in the template we can only use them as they are (raw values).
we need the ability to manipulate those values in order to create a valid Application
.
for example, some of our integrations creating automatic branches that we want to create an Application for, but the name of the branch is generated to something like that my-integration/update-version-x.y.z. which will fail because the name can't contain those characters ( \ and .)
enhancement request.
Today when using variables of generator in the template we can only use them as they are (raw values).
we need the ability to manipulate those values in order to create a valid Application
.
for example, some of our integrations creating automatic branches that we want to create an Application for, but the name of the branch is generated to something like that
my-integration/update-version-x.y.z
. which will fail because the name can't contain those characters (\
and.
)The text was updated successfully, but these errors were encountered: