Skip to content

Commit 5e3b198

Browse files
committed
Fixed labels and annotations filter
Signed-off-by: Yuri Sa <[email protected]>
1 parent 695f903 commit 5e3b198

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.chloggen/fix-filter-labels-annotations.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ issues: [2770]
1313
# (Optional) One or more lines of additional information to render under the primary note.
1414
# These lines will be padded with 2 spaces and then inserted directly into the document.
1515
# Use pipe (|) for multiline entries.
16-
subtext: | Changed the approach from regexp.MatchString, which was representing a high resource cost and
17-
confusing the users to strings.Contains, which turned out to be simpler and more efficient.
16+
subtext: |
17+
Changed the approach from regexp.MatchString, which was representing a high resource cost
18+
and confusing the users to strings.Contains, which turned out to be simpler and more efficient.

0 commit comments

Comments
 (0)