8.6.0
New Features
- The Merge Protections check, posted on pull requests, will now have the status "pending" if the only conditions remaining in order for it to be validated or failed are CIs that are still pending, schedule conditions or scheduled freeze.
- New attribute available in the conditions:
updates
This attribute returns the list of each updates done on a pull request after its creation. Each "update" element inside this list contains thehead_sha
and thetimestamp
of the updated pull request. CAUTION: Due to the fact that the related data for this attribute expires, it will return an empty list 3 months after the creation of the pull request.