0.3.1
Nothing new only bug fixes:
- AZURE_SET_AUTO_COMPLETE must explicitly set to
"true"
for auto-complete to be set. Consequently, settingsetAutoComplete
input tofalse
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 thefailOnException
input totrue
. - Fixed error that was thrown when setting auto-complete for new PRs because the
pull_request
variable was nil. (#94 )