WAI
Status Update
Comments
ai...@google.com <ai...@google.com> #2
[Empty comment from Monorail migration]
br...@google.com <br...@google.com> #3
[Empty comment from Monorail migration]
is...@google.com <is...@google.com> #4
Gerrit was using following regexp in gerrit.config:
[commentlink "ph"]
match = "([Bb]ug|[Ii]ssue)\\s*#?(\\d+)"
link =https://bugs.chromium.org/p/gerrit/issues/detail?id=$2
\\s matches \n and \r so \\s* will match a lot of new lines
[ \\t]*\\r\\n?[ \\t]* matches just one new line
[commentlink "ph"]
match = "([Bb]ug|[Ii]ssue)\\s*#?(\\d+)"
link =
\\s matches \n and \r so \\s* will match a lot of new lines
[ \\t]*\\r\\n?[ \\t]* matches just one new line
Description
# Template for reporting issues about the Cleaner Change Log experimenthttps://www.gerritcodereview.com/2020-05-06-change-log-
# see
experiment.html
#
# Please provide change page links and screenshots!
Note that autogenerated CI comments appear not only for patchset 2, but also for patchset 1.