File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -293,9 +293,12 @@ They can be accessed exactly as shown in this list.
293
293
* `merge_request.state` (string)
294
294
* `merge_request.target_branch` (string)
295
295
* `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.
299
302
* `merge_request.title` (string)
300
303
* `merge_request.updated_at` (time)
301
304
You can’t perform that action at this time.
0 commit comments