Skip to content

Commit 6383e65

Browse files
committed
doc: update TOC
1 parent 57017eb commit 6383e65

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

README.md

+21-12
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,30 @@
2323
- [`evaluate`](#evaluate)
2424
- [Configuration file](#configuration-file)
2525
- [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)
3840
- [Expr-lang information](#expr-lang-information)
3941
- [Attributes](#attributes)
4042
- [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)
4150

4251
## Installation
4352

0 commit comments

Comments
 (0)