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 geojson publishing team 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 geojson
# 💥 remove large publishing group
cargo owner --remove github:georust:core
# 🔐 add small publishing group
cargo owner --add github:georust:geojson-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.
In particular, @urschrei has been active in this repository - so consider adding them.
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:
👋 Hi @frewsxcv and @groteworld
Following up on georust/meta#21, I created a new geojson publishing team 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.
In particular, @urschrei has been active in this repository - so consider adding them.
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: