Skip to content

Commit

Permalink
Merge pull request #939 from sethdaily/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
bradystroud authored Oct 1, 2024
2 parents c5b36c3 + 1a2dfc7 commit c7671c1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docker/customHtmlRules.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ exports.addCustomHtmlRule = async (apiToken, url) => {
"sprint retrospective",
"sprint retro",
"specification review",
"spec review"
"spec review",
"specification review",
"definition of done",
"burn-down chart",
"burn-up chart",
"work item",
"backlog refinement"
];

if (event.raw) {
Expand Down Expand Up @@ -665,4 +671,4 @@ exports.addCustomHtmlRule = async (apiToken, url) => {
},
});
// Add new custom rule below
};
};

0 comments on commit c7671c1

Please sign in to comment.