Relno
Relno
  • Get Started
  • Guide
  • API
  • Frequently Asked Questions
  • Basic Knowledge
    • Introduction
    • Options
    • Expression Syntax
    • Section Syntax
    • Introduction
    • Default Context
    • PR Type Context
    • Commits Context
    • Introduction
    • String Utils
    • Condition
    • Introduction
    • Write Your Own Plugin
    • Contributors Plugin

Introduction

Variables can be used in the expression in the template. If the variable is not defined in the context and you use it, it will throw an error. If Relno can't get the value of the variable, it will use an empty string instead.

Currently, variables only has two types: string and boolean.

Edit this page on GitHub
TemplateSection Syntax
VariablesDefault Context