rust-lang / team

Rust teams structure
Apache License 2.0
306 stars 281 forks source link

Add `crates-io-heroku-metrics` under automation #1392

Closed Kobzol closed 3 months ago

Kobzol commented 3 months ago

Repo: https://github.com/rust-lang/crates-io-heroku-metrics

Extracted from GH:

org = "rust-lang"
name = "crates-io-heroku-metrics"
description = "Heroku metrics collector for crates.io"
bots = []

[access.teams]
infra = "maintain"
security = "pull"

[access.individuals]
rylev = "admin"
Mark-Simulacrum = "admin"
pietroalbini = "admin"
kennytm = "maintain"
rust-lang-owner = "admin"
badboy = "admin"
shepmaster = "maintain"
jdno = "admin"
Kobzol = "maintain"
Turbo87 commented 3 months ago

I actually have no idea. @pietroalbini might know more about this since I think he set this up originally.

pietroalbini commented 3 months ago

This is a live repository that must not be archived. It powers the Grafana dashboard for crates.io.

pietroalbini commented 3 months ago

More context on what the repository does: https://rust-lang.zulipchat.com/#narrow/stream/318791-t-crates-io/topic/crates-io-heroku-metrics

Kobzol commented 3 months ago

Thank you for the context! Turned it into a normal repository.