Skip to content

merge.do_not_merge

Compare
Choose a tag to compare
@chdsbd chdsbd released this 05 Dec 04:41
· 465 commits to master since this release

Added

  • GITHUB_PRIVATE_KEY_BASE64 environment variable to support configuring GitHub private key via base64. This is a workaround to support Docker's .env files, which do not allow multi-line or quoted values (#191, #192).
  • merge.do_not_merge configuration option to support updating PRs without merging them (#187).

Changed

  • deprecate merge.block_on_reviews_requested, which is fundamentally broken and cannot be fixed (#180, #182).

Fixed

  • fixed travis-ci check compression to support deprecated travis-ci status check format (#166).