Open collinmcneese opened 1 year ago
I wonder if we could extend this a bit. At the moment the touchpoint labels are configured as secrets. If we parsed that information from labels we could manage different types of touchpoints based on issue labels. And we could use the secret as a fall back / default.
Yeah, I think having another issue to make TOUCHPOINT_TAGS
dynamic or default would be nice as well
Currently this action keys off of
task
andtouchpoint
labels for functions. These labels should be user-configurable to provide an alternate name, if desired, in the event that these label names are too ambiguous or do not work in a given repository.for example: allow a user to specify that
ttask
should be the label to use for matching thetask
actions in this workflow.