From 65ff5504c987988253292c0deac5a0bc5e3fdabb Mon Sep 17 00:00:00 2001 From: "Seth Daily [SSW]" <130118701+sethdaily@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:10:18 -0600 Subject: [PATCH 1/2] Update customHtmlRules.js --- docker/customHtmlRules.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docker/customHtmlRules.js b/docker/customHtmlRules.js index 223a5196..f8ae83ac 100644 --- a/docker/customHtmlRules.js +++ b/docker/customHtmlRules.js @@ -55,7 +55,14 @@ exports.addCustomHtmlRule = async (apiToken, url) => { "sprint retrospective", "sprint retro", "specification review", - "spec review" + "spec review", + "specification review", + "spec review", + "definition of done", + "burn-down chart", + "burn-up chart", + "work item", + "backlog refinement" ]; if (event.raw) { @@ -665,4 +672,4 @@ exports.addCustomHtmlRule = async (apiToken, url) => { }, }); // Add new custom rule below -}; \ No newline at end of file +}; From 1a2dfc71af8544d67f1818424ded988027e088fa Mon Sep 17 00:00:00 2001 From: "Seth Daily [SSW]" <130118701+sethdaily@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:13:31 -0600 Subject: [PATCH 2/2] Update customHtmlRules.js --- docker/customHtmlRules.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/customHtmlRules.js b/docker/customHtmlRules.js index f8ae83ac..f4203a71 100644 --- a/docker/customHtmlRules.js +++ b/docker/customHtmlRules.js @@ -57,7 +57,6 @@ exports.addCustomHtmlRule = async (apiToken, url) => { "specification review", "spec review", "specification review", - "spec review", "definition of done", "burn-down chart", "burn-up chart",