chore: fix pr comment

This commit is contained in:
Pedro López Mareque 2021-10-18 20:49:12 +02:00
parent 9734297d2d
commit befb79decb

View File

@ -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"`
}