Skip to content

allow admin to update a repo owner/name after it's transferred#277

Merged
deniak merged 5 commits intomasterfrom
update-repo-owner-name
Feb 24, 2025
Merged

allow admin to update a repo owner/name after it's transferred#277
deniak merged 5 commits intomasterfrom
update-repo-owner-name

Conversation

@deniak
Copy link
Member

@deniak deniak commented Feb 21, 2025

That PR allows admin users to update the owner and the name of a repository in case of multiple repository transfers

@deniak deniak requested a review from dontcallmedom February 21, 2025 11:48
@deniak deniak merged commit 9c71def into master Feb 24, 2025
2 checks passed
@deniak deniak deleted the update-repo-owner-name branch February 24, 2025 11:57
Copy link

@Jlobsinger Jlobsinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

End respiratory

.then(utils.jsonHandler)
.then(repos => {
this.updateState({initGroups: repos.find(r => r.owner === st.org && r.name === st.repo).groups.map(g => g.w3cid)});
const repo = repos.find(r => r.owner === st.org && r.name === st.repo);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

End

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants