We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
work show
1 parent a1ebd23 commit aa8c528Copy full SHA for aa8c528
src/zulip.rs
@@ -291,8 +291,9 @@ async fn workqueue_commands(
291
None => String::from("Not set (i.e. unlimited)"),
292
};
293
294
- let mut response = format!("Assigned rust-lang/rust PRs: {prs}\n");
295
- writeln!(response, "Review capacity: {capacity}")?;
+ let mut response = format!("`rust-lang/rust` PRs in your review queue: {prs}\n");
+ writeln!(response, "Review capacity: {capacity}\n")?;
296
+ writeln!(response, "*Note that only selected PRs that are assigned to you are considered as being in the review queue.*")?;
297
response
298
}
299
"set-pr-limit" => {
0 commit comments