nodece commented on code in PR #56: URL: https://github.com/apache/pulsar-test-infra/pull/56#discussion_r945160245
########## docbot/main.go: ########## @@ -309,6 +309,11 @@ func (a *Action) onPullRequestOpenedOrEdited() error { } } + if _, exist := currentLabelsSet[a.config.GetLabelMissing()]; exist && checkedCount == 0 { Review Comment: Please move this section to line 326. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org