rematocorp / trello-integration-action

GitHub action for connecting GitHub PRs and Trello cards — moves cards, adds labels & people, and more
MIT License
18 stars 11 forks source link

Empty label name gets matched as the partial matching branch label #53

Closed danbovey closed 1 year ago

danbovey commented 1 year ago

We have one label on our board with an empty label name and it keeps getting added to the Trello card that's linked using this action.

Not all that useful but here's the logs from the action:

Getting board labels <My board id>
Could not match the exact label name, trying to find partially matching label
Adding label to a card <Card ID> <Label ID>
ukupat commented 1 year ago

Hi! Hehe, could you give me an example of a branch name as well where this empty label is added?

ukupat commented 1 year ago

Actually, not important. I will do the fix soon :)

ukupat commented 1 year ago

Aaalright, so I released v6.4.1 to fix this issue. Let me know if this fixed the issue or not :)

ukupat commented 1 year ago

I'm closing the issue for now, let me know if this is still an issue!