Skip to content

0.3.1

Compare
Choose a tag to compare
@mburumaxwell mburumaxwell released this 21 Apr 05:18
· 1302 commits to main since this release
1a66989

Nothing new only bug fixes:

  • AZURE_SET_AUTO_COMPLETE must explicitly set to "true" for auto-complete to be set. Consequently, setting setAutoComplete input to false will not result in auto-completing pull requests #93 and #92
  • Failure to create a PR (response code is not 201) now raises/throws an error (#81 , #94). If you wish to continue, set the DEPENDABOT_FAIL_ON_EXCEPTION variable to "true" or the failOnException input to true.
  • Fixed error that was thrown when setting auto-complete for new PRs because the pull_request variable was nil. (#94 )