Skip to content

Commit

Permalink
docs: name script/expr lang TOC headline better
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed May 9, 2024
1 parent f242d80 commit 37d67ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- [`label[].description` (optional)](#labeldescription-optional)
- [`label[].priority` (optional)](#labelpriority-optional)
- [`label[].skip_if` (optional)](#labelskip_if-optional)
- [Expr-lang information](#expr-lang-information)
- [Script (Expr lang) information](#script-expr-lang-information)
- [Attributes](#attributes)
- [Functions](#functions)
- [`merge_request.modified_files`](#merge_requestmodified_files)
Expand Down Expand Up @@ -473,7 +473,7 @@ An optional key controlling if the label should be skipped (meaning no removal o

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`.

## Expr-lang information
## Script (Expr lang) information

> [!TIP]
> 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.
Expand Down

0 comments on commit 37d67ed

Please sign in to comment.