ejoffe / spr

Stacked Pull Requests on GitHub
MIT License
714 stars 65 forks source link

Fix getRepoDetailsFromRemote failing to detect repo owners that include dashes #393

Closed simenbrekken-visma closed 3 months ago

simenbrekken-visma commented 4 months ago

Fixes organization names with dashes not being properly detected by getRepoDetailsFromRemote. I've also added a few more test cases just to be sure.

ejoffe commented 3 months ago

Thank you for contributing the fix!