diff --git a/src/main.rs b/src/main.rs index b93de2f..44aa34f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -62,6 +62,7 @@ async fn main() -> Result<(), Box> { - [x] Fetch all PRs matching Jira - [x] Construct graph - [x] Create markdown table - - [ ] Persist table back to Github + - [x] Persist table back to Github + - [ ] Panic on non-200s */ }