rust-lang / triagebot

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

Allow setting review assignment limit #1790

Open apiraino opened 2 months ago

apiraino commented 2 months ago

Part of #1753

With this patch we allow team members to set their own review capacity.

This will work by sending a message to the triagebot bot on Zulip. Usage:

An update the documentation on the forge will follow up.

(I cannot test it, don't have yet a testing infrastructure with also a Zulip instance)

r? @jackh726

thank you

xFrednet commented 3 weeks ago

Has there been any update on this PR? Is there anything I can help with?

apiraino commented 3 weeks ago

Has there been any update on this PR? Is there anything I can help with?

thanks @xFrednet it's on my radar. Was a bit busy on other fronts but I plan to get back to this soon

apiraino commented 2 weeks ago

Ok, update: before proceeding with this patch, there seems to be an inconsistency in the triagebot DB migration table that should be fixed first. I am waiting for this issue to be resolved by t-infra (thanks!)