Skip to content

Commit d4a0370

Browse files
committed
update README
1 parent 069ef7b commit d4a0370

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,12 @@ They can be accessed exactly as shown in this list.
293293
* `merge_request.state` (string)
294294
* `merge_request.target_branch` (string)
295295
* `merge_request.target_branch_exists` (string)
296-
* `merge_request.time_between_first_and_last_commit` (duration) (SCM Engine) The `duration()` between the first and last commit in the Merge Request.
297-
* `merge_request.time_since_first_commit` (duration) (SCM Engine) The `duration()` between now and the first commit in the Merge Request.
298-
* `merge_request.time_since_last_commit` (duration) (SCM Engine) The `duration()` between now and the last commit in the Merge Request.
296+
* `merge_request.time_between_first_and_last_commit` (duration) - SCM Engine -
297+
The `duration()` between the first and last commit in the Merge Request.
298+
* `merge_request.time_since_first_commit` (duration) - SCM Engine -
299+
The `duration()` between `now()` and the first commit in the Merge Request.
300+
* `merge_request.time_since_last_commit` (duration) - SCM Engine -
301+
The `duration()` between `now()` and the last commit in the Merge Request.
299302
* `merge_request.title` (string)
300303
* `merge_request.updated_at` (time)
301304

0 commit comments

Comments
 (0)