In this page

Overview

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

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.