labeler
labeler copied to clipboard
Variable interpolation for label
I can retrieve a changed directory as a env.var from a matrix action, however this Labeler won't interpolate that variable into the config.yml when creating the label. It inserts a static interpretation of the var e.g. deployments/${{ env.modified_dir }} instead of deployments/test-deployment-1
Is this easily fixable?