Recently I noticed when I tried to curate some go packages that it was creating new files with "%2F" as part of the path name instead using slashes like it did previously.
Example: https://github.com/clearlydefined/curated-data/pull/32403/changes
It tried to create a new file at curations/go/golang/golang.org%2Fx/crypto.yaml instead of updating /curations/go/golang/golang.org/x/crypto.yaml
Recently I noticed when I tried to curate some go packages that it was creating new files with "%2F" as part of the path name instead using slashes like it did previously.
Example: https://github.com/clearlydefined/curated-data/pull/32403/changes
It tried to create a new file at
curations/go/golang/golang.org%2Fx/crypto.yamlinstead of updating/curations/go/golang/golang.org/x/crypto.yaml