tisonkun commented on code in PR #71: URL: https://github.com/apache/pulsar-test-infra/pull/71#discussion_r971766495
########## docbot/action.go: ########## @@ -13,10 +13,7 @@ import ( ) const ( - MessageLabelMissing = `Please provide a correct documentation label for your PR. -Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).` - MessageLabelMultiple = `Please select only one documentation label for your PR. -Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).` + MessageLabelMultiple = "Please select only one documentation label in your PR description." Review Comment: If we can convey the instructions in several lines, we don't have to link to an external link. And I suppose that our goal of the final state is to keep all info within the projects instead of a group of Google Docs. -- 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