feat: add fetched-at timestamp to markdown header and json meta
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user