Adoption of pytest-github-actions-annotate-failures plugin to pytest-dev organization
utgwkk opened this issue · 12 comments
pytest-github-actions-annotate-failures is a pytest plugin to annotate failed tests with a workflow command for GitHub Actions.
I want to submit the repository to pytest-dev organization because @ssbarnea suggested (pytest-dev/pytest-github-actions-annotate-failures#33) and I also want to make the future of this plugin safer.
Can I start to transfer the repository?
@utgwkk @nicoddemus Any idea why this attempt got lost? I would find it very useful and will help maintaining it.
My current annotation approach is using https://github.com/shyim/junit-report-annotations-action which is no longer maintained, require extra coverage reporting and has some other inconveniences related to this. I would love to just a pytest plugin instead.
If I remember well, at least in the past, repo owner would not be able to transfer a repository to another organization unless they already have permissions to create repos under that organizations. Me and you have but I do not know about @utgwkk
In same cases the workaround was to transfer to someone else which would transfer it again to the right destination.
Ideally it would have being a transfer request that needs approval, like joining a team, but is not like that. And obviously that allowing any github user to transfer their repos is not a good idea from.
@utgwkk If github does not allow you to transfer directly to pytest-dev, pick one of us, we will act as soon we read the notification, and restore permissions after transfer.
Luckly, no user is affected by transfer, ther implicit redirects works really nice.
I'm sorry for waiting too much time, I've just transfer ownership of pytest-github-actions-annotate-failures to @ssbarnea (since I don't have permission to transfer to pytest-dev organization)
Repo now reached https://github.com/pytest-dev/pytest-github-actions-annotate-failures but we need a pytest admin to restore repo owners on this package as I have no access at settings yet.
@nicoddemus I confirmed that I joined pytest-dev/pytest-github-actions-annotate-failures-admin team. Thank you!
And could you invite @henryiii as a member of pytest-github-actions-annotate-failures repository? He contributed the repository so much before transferring it.
I see, thank you so much!