Aladino specification
Aladino is a simple language to specify steps in pull request workflows.
The expressions in the language allow you to easily perform read and write actions on pull requests.
📄️ Aladino syntax
The syntax of Aladino is quite simple. Here's the BNF grammar representation:
📄️ Aladino semantics
Aladino supports five types of values: booleans, numbers, strings, arrays and a special type action.