Reviewpad v2.2.0 (Lisbon Edition)
about 2 months ago by Cheila Alves
New features 

YAML Specification
ignore-errors
property - Specify if the GitHub action should ignore execution errors. The default value isfalse
which means the action will fail if an error occurs.labels
now have aname
property - Allow readable references to labels. For instance, a label can how have spaces or emojis.
Aladino Built-ins
Action
assignTeamReviewer
- Assign a review to the provided team(s).startsWith
- Check whether a text starts with a certain sentence.
Improvements 

YAML Processing
- Fix
labels
section processing by creating the label in the repository whenever the defined label does not exist.
Aladino Built-ins
Action
assignRandomReviewer
- Fetches assignees instead of collaborators. This is because GitHub API does not provide the correct list of reposittory collaborators when using GitHub Action token.addLabel
- Automatically creates the label if it does not exist and uses the labels section to retrieve name.removeLabel
- Uses the labels section to retrieve name.
New Contributors 

Many thanks to our new contributors