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
If LABELS_TO_MEASURE is set then the action will fail with:
Starting issue-metrics search...
File "/action/workspace/issue_metrics.py", line 331, in <module>
main()
File "/action/workspace/issue_metrics.py", line 262, in main
labels = labels.split(",")
^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'split'
It looks like the block here is redundant after this PR which already converts the environment string to a list.
The text was updated successfully, but these errors were encountered:
Hi, I'm currently blocked by this issue so I figured I could just use an older version of the action (e.g. v2.14.0), so I changed my workflow yml file as follows
@zkoppert
Hello!
When will this PR be available with a tag?
We will want to incorporate this feature as soon as possible...
Because we are haunted by #180 (comment).
If LABELS_TO_MEASURE is set then the action will fail with:
It looks like the block here is redundant after this PR which already converts the environment string to a list.
The text was updated successfully, but these errors were encountered: