Does not delete first comment on commit revision in github.
fnaoto opened this issue · 1 comments
fnaoto commented
WHAT
- Want to support delete comment on commit as well as github issue.
WHY
-
On the first commit, that comment does not deleted when PR is opened and commit is pushed.
-
I think this line is only support to delete comment from issues.
tfnotify/notifier/github/comment.go
Line 78 in 8d46acb
fnaoto commented
This Issue depends on github api.
Can use this: https://developer.github.com/v3/pulls/comments/#list-comments-on-a-pull-request
But this is public beta api, so the issue close.