immobiliare / backstage-plugin-gitlab

Backstage plugins to interact with GitLab
Apache License 2.0
116 stars 41 forks source link

fix: Update CODEOWNERS parsing to align to Gitlab's official regex #597

Closed darylgraham closed 1 month ago

darylgraham commented 1 month ago

🚨 Proposed changes

Please review the guidelines for contributing to this repository.

The current regex used for parsing CODEOWNERS files does not allow for usernames with a period in them (eg: @code.owner). This change updates the regex used to match the official regex.

Closes #558 #595

⚙️ Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

darylgraham commented 1 month ago

Sorry it took so long, I got swamped and couldn’t get to it.