plainheart opened a new pull request #7: URL: https://github.com/apache/incubator-echarts-bot/pull/7
Currently, the bot won't add the label `PR: revision needed` when a committer requests changes. I made some tests in my own repository, and the result indicates that there may be a flaw in the function [`isCommitter`](https://github.com/apache/incubator-echarts-bot/blob/master/index.js#L177-L179) if a committer is hiding his/her membership in the organization, that is the `author_association` of this committer may be not `MEMBER` but `CONTRIBUTOR` for the other public people, so does the bot. I'm not sure about this, since I have no private organization to check.       --- Additionally, Updated some texts. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org For additional commands, e-mail: dev-h...@echarts.apache.org