Bitbucket build status API, create comments on commits and Pull Requests

This commit is contained in:
StudioMaX 2017-08-20 14:06:51 +06:00
commit d307afa44e
5 changed files with 455 additions and 13 deletions

View file

@ -261,6 +261,14 @@ class InstallCommand extends Command
'smtp_password' => null,
'smtp_encryption' => false,
],
'bitbucket' => [
'username' => null,
'app_password' => null,
'comments' => [
'commit' => false,
'pull_request' => false,
],
],
'github' => [
'token' => null,
'comments' => [