From 1db796d0862726996fcf1571c0c2fd2eabd9996b Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Thu, 28 Dec 2017 22:34:15 +0700 Subject: [PATCH] Added docs for config options 'github.status.commit' and 'bitbucket.status.commit' for allow/deny to post commit status. --- docs/en/configuring.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/configuring.md b/docs/en/configuring.md index 63af0741..f95eeeb0 100644 --- a/docs/en/configuring.md +++ b/docs/en/configuring.md @@ -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)