From d98545e90dafb29b956f01ed55e81402d04462ec Mon Sep 17 00:00:00 2001 From: justusbunsi <61625851+justusbunsi@users.noreply.github.com> Date: Sun, 6 Jun 2021 17:19:02 +0200 Subject: [PATCH] Add missing description in example config Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com> --- config/config.example.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.example.yaml b/config/config.example.yaml index fe6ed36..629ecd4 100644 --- a/config/config.example.yaml +++ b/config/config.example.yaml @@ -48,6 +48,7 @@ sonarqube: # # or path to file containing the plain text secret # file: /path/to/gitea/webhook/secret + # List of project keys from inside SonarQube that should be handled. Webhooks containing other projects will be ignored. projects: - project-1 - project-2