Added docs for config options 'github.status.commit' and

'bitbucket.status.commit' for allow/deny to post commit status.
This commit is contained in:
Dmitry Khomutov 2017-12-28 22:34:15 +07:00
commit 1db796d086
No known key found for this signature in database
GPG key ID: EC19426474B37AAC

View file

@ -45,11 +45,15 @@ php-censor:
comments:
commit: false # This option allow/deny to post comments to Bitbucket commit
pull_request: false # This option allow/deny to post comments to Bitbucket Pull Request
status:
commit: false # This option allow/deny to post status to Bitbucket commit
github:
token: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
comments:
commit: false # This option allow/deny to post comments to Github commit
pull_request: false # This option allow/deny to post comments to Github Pull Request
status:
commit: false # This option allow/deny to post status to Github commit
build:
remove_builds: true # This option allow/deny build cleaning
writer_buffer_size: 500 # BuildErrorWriter buffer size (count of inserts in one SQL query)