feat: add fetched-at timestamp to markdown header and json meta

This commit is contained in:
2026-04-08 23:56:01 +08:00
parent ed67986320
commit a6daaff0fa
10 changed files with 23 additions and 5 deletions
+1
View File
@@ -15,6 +15,7 @@ pub struct PrMeta {
pub pr_index: i64,
pub title: String,
pub description: Option<String>,
pub fetched_at: Option<String>,
pub state: String,
pub author: String,
pub base_branch: String,