Bitbucket build status API, create comments on commits and Pull Requests
This commit is contained in:
parent
d15f0f5ef9
commit
d307afa44e
5 changed files with 455 additions and 13 deletions
|
|
@ -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' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue