We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695f903 commit 5e3b198Copy full SHA for 5e3b198
.chloggen/fix-filter-labels-annotations.yaml
@@ -13,5 +13,6 @@ issues: [2770]
13
# (Optional) One or more lines of additional information to render under the primary note.
14
# These lines will be padded with 2 spaces and then inserted directly into the document.
15
# 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.
+subtext: |
+ 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