From 80463efd575559a8291b9db90563cbaf4c1e2fbb Mon Sep 17 00:00:00 2001 From: Timothy Andrew Date: Wed, 3 Jun 2020 13:47:57 +0530 Subject: [PATCH] update TODOs --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ }