Skip to content

Commit

Permalink
Update filter-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLinearB committed Sep 23, 2024
1 parent 14cf985 commit 73165a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/filter-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<div class="filter-details" markdown=1>

| Argument | Usage | Type | Description |
Expand Down

0 comments on commit 73165a6

Please sign in to comment.