Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.
MIT License
1.49k
stars
64
forks
source link
Fix tests and bump Ruby versions in test workflows #254
I'm not entirely certain when this broke, but at some point an issue was introduced where the Workflow gets loaded before the top-level GitReflow module functions (namely logger). This fixes the tests and bumps the Ruby versions we want to test against in the GitHub workflow.
I'm not entirely certain when this broke, but at some point an issue was introduced where the Workflow gets loaded before the top-level
GitReflow
module functions (namelylogger
). This fixes the tests and bumps the Ruby versions we want to test against in the GitHub workflow.