Attobot did not delete a PR when I removed the tag

Hi guys!

I submitted yesterday a package to METADATA (https://github.com/JuliaLang/METADATA.jl/pull/14635) and, after some discussion, I decided to move it from my personal account to an Organization. Hence, I deleted the tag and transferred the project. However, attobot did not removed the PR. Now, after the new tag, I have two open pull requests (https://github.com/JuliaLang/METADATA.jl/pull/14643). Question: Did I do something wrong? Can anyone delete the first PR please (https://github.com/JuliaLang/METADATA.jl/pull/14635)?

Thanks!

Done.

@kristoffer.carlsson wow! This was fast :slight_smile: Thanks!

Btw, I have another question, maybe someone can help me, I would like to move another package from my personal repo to that organization. This is already registered (ReferenceFrameRotations). What is the right way to do this?

Just do it, and then submit a PR to METADATA that updates the URL for the package.

1 Like

When you do the transfer, references to the old repo are automatically forwarded to the new one. So go ahead and make the transfer first, since it won’t break anything, and then submit a (manual) PR to METADATA.jl which updates the URL.

Cheers, Kevin

1 Like

Done https://github.com/JuliaLang/METADATA.jl/pull/14647

Thanks guys!