diff --git a/tools/pull_request_hooks/rerunFlakyTests.js b/tools/pull_request_hooks/rerunFlakyTests.js index 0150a77c7d3b..d5c8e5007418 100644 --- a/tools/pull_request_hooks/rerunFlakyTests.js +++ b/tools/pull_request_hooks/rerunFlakyTests.js @@ -1,7 +1,7 @@ const LABEL = "🤖 [BUG]Flaky Test Report"; const TITLE_BOT_HEADER = "title: "; -// Only check jobs that start with these. +// Only check jobs that start with these.! // Helps make sure we don't restart something like screenshot tests or linters, which are not known to be flaky. const CONSIDERED_JOBS = [ "Integration Tests",