Skip to content

v1.68.0

Choose a tag to compare

@lerian-studio-midaz-push-bot lerian-studio-midaz-push-bot released this 11 Sep 15:08
· 171 commits to main since this release
Immutable release. Only release title and notes can be modified.
c0e21e7

Github-actions-shared-workflows v1.68.0

Features:

  • Expose Helm dispatch inputs for JavaScript release workflows. (@bedatty, @gandalf-at-lerian)
  • Fold a CodeRabbit review once all its threads are resolved to streamline the notification process. (@bedatty)

Fixes:

  • Evaluate commit signatures beyond the 250-commit API cap to ensure comprehensive validation. (@bedatty)
  • Validate the base branch name before fetching in pull request validation workflows. (@bedatty)
  • Reject untrustworthy commit ranges and remove fetch credentials in pull request validation. (@bedatty)
  • Queue notification collapse runs instead of canceling them to improve workflow reliability. (@bedatty)
  • Skip collapse actions on fork pull requests to prevent unnecessary operations. (@bedatty)
  • Expose a boolean output for notifications and stop counting dry-run as a mutation. (@bedatty)
  • Run self-collapse actions from the composite path to enhance notification management. (@bedatty)
  • Drive collapse actions from events that GitHub actually offers for more accurate notifications. (@bedatty)

Improvements:

  • Clarify documentation on what setting cancel-in-progress to false guarantees in notification workflows. (@bedatty)

Compare changes