-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transfer of repos allowed from users not in an organizations team. #4352
Comments
I think we should implement a sort of request workflow. It should be possible to transfer a repo to another org without being member. |
could you clarify why it should be possible? |
Example I am contributor of a project at gitea but not member of the project's organization. If I want to transfer a repo to the project's repo, I should need to send an request for that. This makes it simpler to contribute by adding repos. |
ah ok i misinterpreted your answer :) i am all yours. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
I’m working on a transfer workflow at #5744 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
1.4.2+6-gcaee487
1.4.2+6-gcaee487
CoreOS + Docker
[x]
):Description
Have an organization
testorg
created. repos are private per default.Create an
testuser
NOT member of the organizationtestorg
.Create a Repo under
testuser
(testuser/testrepo
)Transfer ownership of repo
testuser/testrepo
to organizationtestorg
.Actual behaviour:
The transfer of the ownership is successful and leads to the project site with 404 page.
Expected behaviour:
The ownership transfer fails because the testuser is in no team nor admin.
Is this a bug or feature? :)
...
Screenshots
none
The text was updated successfully, but these errors were encountered: