From befb79decb8a3aa74788b58d08abab2d931701f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20L=C3=B3pez=20Mareque?= Date: Mon, 18 Oct 2021 20:49:12 +0200 Subject: [PATCH] chore: fix pr comment --- v2/pkg/reporting/trackers/gitlab/gitlab.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/pkg/reporting/trackers/gitlab/gitlab.go b/v2/pkg/reporting/trackers/gitlab/gitlab.go index a12fe07cd..b0d28d0dc 100644 --- a/v2/pkg/reporting/trackers/gitlab/gitlab.go +++ b/v2/pkg/reporting/trackers/gitlab/gitlab.go @@ -29,7 +29,7 @@ type Options struct { ProjectName string `yaml:"project-name"` // IssueLabel (mandatory) is the label of the created issue type IssueLabel string `yaml:"issue-label"` - // SeverityAsLabel (optional) send the severity as the label of the created + // SeverityAsLabel (optional) sends the severity as the label of the created // issue. SeverityAsLabel bool `yaml:"severity-as-label"` }