We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8bdfc commit 56c0607Copy full SHA for 56c0607
src/github/nag.rs
@@ -1138,8 +1138,9 @@ impl<'a> RfcBotComment<'a> {
1138
}
1139
1140
1141
- msg.push_str("\nOnce a majority of reviewers approve (and none object), this will enter its final ");
1142
- msg.push_str("comment period. If you spot a major issue that hasn't been raised ");
+ msg.push_str("\nOnce a majority of reviewers approve (and at most 2 approvals are outstanding), ");
+ msg.push_str("this will enter its final comment period. ");
1143
+ msg.push_str("If you spot a major issue that hasn't been raised ");
1144
msg.push_str("at any point in this process, please speak up!\n");
1145
1146
msg.push_str("\nSee [this document](");
0 commit comments