feat: add hierarchical review numbering and pr description header

This commit is contained in:
2026-04-08 23:48:24 +08:00
parent 56f436592d
commit ed67986320
8 changed files with 36 additions and 6 deletions
+1
View File
@@ -14,6 +14,7 @@ pub struct PrMeta {
pub repo: String,
pub pr_index: i64,
pub title: String,
pub description: Option<String>,
pub state: String,
pub author: String,
pub base_branch: String,