fix: mergable can be null?
This commit is contained in:
parent
e419e48e7f
commit
e7ba129bed
|
@ -61,7 +61,7 @@ struct PR {
|
|||
merged_at: Option<String>,
|
||||
// merge conflicts don't have a merge_commit_sha
|
||||
merge_commit_sha: Option<String>,
|
||||
mergeable: bool,
|
||||
mergeable: Option<bool>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
|
|
Loading…
Reference in a new issue