You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uncomment one of the following:
> /foo bar
> /foo baz
Right now the commands are simple regexes against the comments like (?mi)^/lgtm(?: no-issue)?\s*$. Even just indenting the unwanted commands should work since we match on ^/command typically.
Alternatively we can add prepreocessing to prow to match and eliminate HTML comment blocks from comments before matching comments. I'd favor just fixing the template to not match though, over adding an HTML parser to prow's comment handling...
The purpose of the comment in the template is to hide /area commands and get a cleaner issue body. There's no need to make Prow ignore comments - currently we want Prow to not ignore comments!
The comments seem like they might cause more confusion (for issue creators and subsequent viewers) than the lack of command clutter is worth. @mattmoor WDYT about removing them from the template?
At knative/serving#1797
the issue template shows users all /area and /kind commands, in a
<!-- -->
blockIf users don't delete that, all labels are accidentally added.
Can prow detect and ignore whatever is in comment blocks?
The text was updated successfully, but these errors were encountered: