From 73165a65861d0db286de816cc60e0f9726c7884f Mon Sep 17 00:00:00 2001 From: Pavel Vaks <129676672+PavelLinearB@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:10:37 +0300 Subject: [PATCH] Update filter-functions.md --- docs/filter-functions.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/filter-functions.md b/docs/filter-functions.md index 87842106..3e3d5c15 100644 --- a/docs/filter-functions.md +++ b/docs/filter-functions.md @@ -443,14 +443,12 @@ Encode data into Base64 encoded string. When an encoded string is passed as inpu #### `estimatedReviewTime` Returns the estimated review time in minutes based on an ML model. -The model prediction is computed based on the PR metadata data (e.g. branch name, commits) and mainly by the number of additions and deletions for each type of change (Code, Data, Configuration, etc..) +The model estimation is computed based on the PR metadata data (e.g. branch name, commits) and mainly by the number of additions and deletions for each type of change (Code, Data, Configuration, etc..) !!! note The `estimatedReviewTime` filter function calls gitStream app API with the `branch` context to calculate the estimated review time value. -The following files are excluded when calculating this value: -