Skip to content

Support nested GitLab groups in issue ref parsing #212

@akashgit

Description

@akashgit

Minor edge case from PR #210 review: parse_issue_ref captures owner/repo with [^/]+/[^/]+, which won't handle GitLab's nested group structure like group/subgroup/project.

Example

https://gitlab.com/group/subgroup/project/-/issues/42

Currently fails to parse. The regex should allow multiple path segments before /-/issues/.

Low priority — most GitLab projects use a single group level.

Refs: PR #210

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions