| Filename | Latest commit message | Latest commit date |
|---|---|---|
On a repo with no CI configured forgejo returns the combined-status `statuses` field as an explicit `null` rather than `[]`. `#[serde(default)]` only covers a *missing* key — a present null still fails to deserialize, so `pr-status` died with `invalid type: null, expected a sequence` instead of reporting the PR. Deserialize the field through an `Option<Vec<_>>` so both null and absent map to an empty vec. Closes #2752. |
||
| .. | ||
| verbs | ||
| body.rs | ||
| client.rs | ||
| main.rs | ||
| notify.rs | ||