rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
169 stars 75 forks source link

"Error: Only Rust team members can ping teams." #1825

Open tgross35 opened 5 days ago

tgross35 commented 5 days ago

From https://github.com/rust-lang/rust/pull/125016#issuecomment-2192794308 - I am an org member so it seems like I should be able to ping, but it gives me:

Error: Only Rust team members can ping teams.

Please file an issue on GitHub at [triagebot](https://github.com/rust-lang/triagebot) if there's a problem with this bot, or reach out on [#t-infra](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra) on Zulip.

If there are further restrictions then it should probably say what they are, or they should be relaxed.

ehuss commented 5 days ago

Members of working groups aren't considered to be "team members", but I think that could be easily added. That is determined by the function is_team_member.

tgross35 commented 5 days ago

Oops, thanks for the insight