|
23 | 23 | - [`evaluate`](#evaluate)
|
24 | 24 | - [Configuration file](#configuration-file)
|
25 | 25 | - [Examples](#examples)
|
26 |
| - - [`label` (list)](#label-list) |
27 |
| - - [`label.name`](#labelname) |
28 |
| - - [`label.script` (required)](#labelscript-required) |
29 |
| - - [`label.strategy` (optional)](#labelstrategy-optional) |
30 |
| - - [`label.strategy: conditional` use-cases](#labelstrategy-conditional-use-cases) |
31 |
| - - [`label.strategy: conditional` examples](#labelstrategy-conditional-examples) |
32 |
| - - [`label.strategy: generate` use-cases](#labelstrategy-generate-use-cases) |
33 |
| - - [`label.strategy: generate` examples](#labelstrategy-generate-examples) |
34 |
| - - [`label.color` (required)](#labelcolor-required) |
35 |
| - - [`label.description` (optional)](#labeldescription-optional) |
36 |
| - - [`label.priority` (optional)](#labelpriority-optional) |
37 |
| - - [`label.skip_if` (optional)](#labelskip_if-optional) |
| 26 | + - [`actions[]` (list)](#actions-list) |
| 27 | + - [`actions[].name`](#actionsname) |
| 28 | + - [`actions[].if`](#actionsif) |
| 29 | + - [`actions[].then[]` (list)](#actionsthen-list) |
| 30 | + - [`actions[].then[].action`](#actionsthenaction) |
| 31 | + - [`actions[].then[].message`](#actionsthenmessage) |
| 32 | + - [`label[]` (list)](#label-list) |
| 33 | + - [`label[].name`](#labelname) |
| 34 | + - [`label[].script` (required)](#labelscript-required) |
| 35 | + - [`label[].strategy` (optional)](#labelstrategy-optional) |
| 36 | + - [`label[].color` (required)](#labelcolor-required) |
| 37 | + - [`label[].description` (optional)](#labeldescription-optional) |
| 38 | + - [`label[].priority` (optional)](#labelpriority-optional) |
| 39 | + - [`label[].skip_if` (optional)](#labelskip_if-optional) |
38 | 40 | - [Expr-lang information](#expr-lang-information)
|
39 | 41 | - [Attributes](#attributes)
|
40 | 42 | - [Functions](#functions)
|
| 43 | + - [`merge_request.modified_files`](#merge_requestmodified_files) |
| 44 | + - [`merge_request.modified_files_list`](#merge_requestmodified_files_list) |
| 45 | + - [`merge_request.has_label`](#merge_requesthas_label) |
| 46 | + - [`duration`](#duration) |
| 47 | + - [`uniq`](#uniq) |
| 48 | + - [`filepath_dir`](#filepath_dir) |
| 49 | + - [`limit_path_depth_to`](#limit_path_depth_to) |
41 | 50 |
|
42 | 51 | ## Installation
|
43 | 52 |
|
|
0 commit comments