Replies: 2 comments 6 replies
-
|
I really like the idea of having configurable default values for workflow inputs and the option to hide them would be a great improvement. |
Beta Was this translation helpful? Give feedback.
-
|
After intense use of AL-Go a couple of months, this is the single most annoying thing in AL-Go. I believe that the hide functionality proposed here could be implemented later, as a feature on its own. @mazhelez are you (and the team) OK with me creating a PR for this? Would the proposed schema work with your thinking of how the settings object should look like? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Most of the workflows in AL-Go can be started manually on GitHub.com.
Several of them has input values that can be set by the user, up to 10 at most (which is the max number of workflow_dispatch input on GitHub).
We will have a challenge to get all our devs to always pick the right options here.
Several of these input values could have better default values, depending on how you have set up AL-Go.
Examples of input values that we always need to change:
I suggest a new setting that lets us configure default values for these input values. When configured, these default settings should be set in the yaml files when the
Update AL-Go System Filesworkflow is updating a repository.Additionally, it would be nice to also be able to hide input values, ie. when configured, the input value is not shown at all - it will use the default value directly.
Something like this:
Beta Was this translation helpful? Give feedback.
All reactions