x/build/cmd/relui, x/build/internal/workflow: come up with a mechanism for richer parameter metadata #51191
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Right now workflow parameters have a name, and always have type string.
workflow.Definition.ParameterNames() returns a slice of parameter names, which is sufficient to describe parameters today.
However, we may want to have additional metadata for parameters. For example:
This is the tracking issue for this work.
CC @golang/release.
The text was updated successfully, but these errors were encountered: