Skip to content

Commit 37d67ed

Browse files
committed
docs: name script/expr lang TOC headline better
1 parent f242d80 commit 37d67ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- [`label[].description` (optional)](#labeldescription-optional)
3939
- [`label[].priority` (optional)](#labelpriority-optional)
4040
- [`label[].skip_if` (optional)](#labelskip_if-optional)
41-
- [Expr-lang information](#expr-lang-information)
41+
- [Script (Expr lang) information](#script-expr-lang-information)
4242
- [Attributes](#attributes)
4343
- [Functions](#functions)
4444
- [`merge_request.modified_files`](#merge_requestmodified_files)
@@ -473,7 +473,7 @@ An optional key controlling if the label should be skipped (meaning no removal o
473473

474474
The `skip_if` field must be a valid [Expr-lang](https://expr-lang.org/) expression returning a boolean, where `true` means `skip` and `false` means `process`.
475475

476-
## Expr-lang information
476+
## Script (Expr lang) information
477477

478478
> [!TIP]
479479
> The [Expr Language Definition](https://expr-lang.org/docs/language-definition) is a great resource to learn more about the language. This guide will only cover SCM Engine specific extensions and information.

0 commit comments

Comments
 (0)