In this page

Overview

This page is a collection of techniques that you can use on the YAML-format commit policy configuration file.

Indenting nested parameter keys in YAML

When indenting nested parameter keys, always use "space" characters (recommended to use two "spaces"). Using "tabs" will result in check errors.

foo:
  bar:
    baz: All lines are indented with spaces.

Multi-line texts in YAML

If you have a longer piece of text that you don't want to enter to a single line, break that to multiple lines like below.

body: >-
  This piece of text
  spans three lines
  in YAML.

Use a YAML validator

If your YAML breaks the configuration, you can find the problematic field or value faster with this online YAML validator.

Questions?

Ask us any time.