You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on georust/meta#21, I created a new wkt-publishers team for publishing to crates.io with you two as maintainers (actually since @frewsxcv is an organization owner, GH won't let me mark him as a maintainer, but it'd be redundant permissions anyway 🤷).
You two are the only "user owners" of that crate, so only you two can edit that crate's owners:
cd wkt
# 💥 remove large publishing group
cargo owner --remove github:georust:core
# 🔐 add small publishing group
cargo owner --add github:georust:wkt-publishers
# 🚨 consider removing mgax, since they expressed no not lately being active on the project
cargo owner --remove mgax
# 🚨 and from https://github.com/orgs/georust/teams/wkt-publishers
# make sure everything looks good 👀
cargo owner --list
And if there's anyone else you'd like to be able to publish the crates, feel free to add them to your publishing team, or as a user-owner. Consider that user-owners, as opposed to owners-via-team, can themselves edit the crate's owners, which could be desirable, or not, depending.
Let me know if you have any questions, or you can review georust/meta#21.
The text was updated successfully, but these errors were encountered:
Hey, I'm not sure how I ended up with permissions on this repo, probably @frewsxcv added me when he set up the organization. Feel free to remove me from the list of maintainers.
👋 Hi @frewsxcv and @mgax
Following up on georust/meta#21, I created a new wkt-publishers team for publishing to crates.io with you two as maintainers (actually since @frewsxcv is an organization owner, GH won't let me mark him as a maintainer, but it'd be redundant permissions anyway 🤷).
Could you please update the crate owners? Specifically:
You two are the only "user owners" of that crate, so only you two can edit that crate's owners:
And if there's anyone else you'd like to be able to publish the crates, feel free to add them to your publishing team, or as a user-owner. Consider that user-owners, as opposed to owners-via-team, can themselves edit the crate's owners, which could be desirable, or not, depending.
Let me know if you have any questions, or you can review georust/meta#21.
The text was updated successfully, but these errors were encountered: