Skip to content

Commit

Permalink
Merge pull request #1863 from apiraino/fix-mcp-concern-syntax-hint
Browse files Browse the repository at this point in the history
Fix MCP concern syntax hint
  • Loading branch information
ehuss authored Dec 5, 2024
2 parents 4b28086 + 8b6cfba commit 1300896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handlers/major_change.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ async fn handle(
\n \
``` \
\n \
@rustbot concern reason-for-concern \
@rfcbot concern reason-for-concern \
\n \
<description of the concern> \
\n \
Expand All @@ -280,7 +280,7 @@ async fn handle(
\n \
``` \
\n \
@rustbot resolve reason-for-concern \
@rfcbot resolve reason-for-concern \
\n \
``` \
\n\n \
Expand Down

0 comments on commit 1300896

Please sign in to comment.