fix(core) updated request_rule guidance (#10379)

## Summary
Update guidance for request_rule

## Testing
- [x] Unit tests pass
This commit is contained in:
Dylan Hurd
2026-02-03 22:29:52 -08:00
committed by GitHub
parent 56ebfff1a8
commit 968c029471
2 changed files with 14 additions and 19 deletions

View File

@@ -249,7 +249,7 @@ impl DeveloperInstructions {
match command_prefixes {
Some(prefixes) => {
format!(
"{APPROVAL_POLICY_ON_REQUEST_RULE}\nApproved command prefixes:\n{prefixes}"
"{APPROVAL_POLICY_ON_REQUEST_RULE}\n## Approved command prefixes\nThe following prefix rules have already been approved: {prefixes}"
)
}
None => APPROVAL_POLICY_ON_REQUEST_RULE.to_string(),