🐛 Bug: Label setups misses existing prefixed labels #529
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Expected
When a label such as
area: documentation
already exists in the repo,hydrateRepositoryLabels
>getExistingEquivalentLabel
should find that as an existing label.Actual
Because of the fun
.replace
logic, existing prefixed labels are actually missed...Additional Info
No response
The text was updated successfully, but these errors were encountered: