ldez/gha-mjolnir

Does not recognize keywords that are used multiple times

Closed this issue · 4 comments

so in my PRs i tend to use text like this:

# PR details

## What changes did you make? (Give an overview)

- closes #627 
- closes #611 

...

that renders to:
image

unfortunately, your solution only picks up the first "closes" and completely skips the second. Looking at your readme, I suppose it expects closes #627, #611 instead but that does render as structured as my version which is why I would not want to shift:

image

any chance you could enhance your solution to, well, search for ALL occurrences of the keywords?

ldez commented

Hello,

I will improve that.

ldez commented

I created a new release (v1.3.0) with this feature.

THANK YOU 👍
upgraded my setup already and now I'm looking forward to see it in action with one of my upcoming PRs :)

finally got around to testing the upgrade. worked like a charm :)
thank you!