You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/05 08:02:24 UTC

[GitHub] [pulsar-test-infra] tisonkun commented on a diff in pull request #69: Refactor docbot and add tests

tisonkun commented on code in PR #69:
URL: https://github.com/apache/pulsar-test-infra/pull/69#discussion_r962603706


##########
docbot/main.go:
##########
@@ -607,26 +31,8 @@ func main() {
 			logger.Fatalln("Action type is not string")

Review Comment:
   Perhaps we can remove the `case` branch above:
   
   ```go
   	case "issues":
   		logger.Infoln("@EventName is issues")
   ```
   
   Since this action is only intended to be used for PRs.



-- 
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-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org