From db8664cd7383115b5ea7c6536205e673c3c1de99 Mon Sep 17 00:00:00 2001 From: Urgau Date: Thu, 29 May 2025 13:03:41 +0200 Subject: [PATCH] Update and fix MCPs commands --- src/compiler/proposals-and-stabilization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/compiler/proposals-and-stabilization.md b/src/compiler/proposals-and-stabilization.md index 48359670..ea392304 100644 --- a/src/compiler/proposals-and-stabilization.md +++ b/src/compiler/proposals-and-stabilization.md @@ -79,7 +79,7 @@ Zulip). See the previous section. To facilitate a machine parsable scanning of t please use the following syntax to formally register a concern: ``` -@rfcbot concern reason-for-concern +@rustbot concern reason-for-concern ``` @@ -87,13 +87,13 @@ please use the following syntax to formally register a concern: And the following syntax to lift a concern when resolved: ``` -@rfcbot resolve reason-for-concern +@rustbot resolve reason-for-concern ``` MCPs can be seconded using: ``` -@rfcbot second +@rustbot second ``` ##### Who decides whether a concern is unresolved?