action-dependabot-auto-merge icon indicating copy to clipboard operation
action-dependabot-auto-merge copied to clipboard

Fix version parsing when patch is missing

Open jpalaz opened this issue 1 year ago • 3 comments

  • update regex to parse version without patch part
  • add version convertion to add fake .0 as patch

jpalaz avatar Aug 11 '22 13:08 jpalaz

My attempt to fix https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/36 issue. I couldn't run tests but checked my changes just separately and they work. Also, it's not the fix for 3-dots versions (as 1.2.3.4), only for 1-dot (as 2.0).

jpalaz avatar Aug 11 '22 13:08 jpalaz

thank you, I'll take a look

ahmadnassri avatar Aug 11 '22 14:08 ahmadnassri