v0.3.0
Fixes
https://github.com/suzuki-shunsuke/tfcmt/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av0.3.0+label%3Abug
#35 fix: post a comment even if it failed to update labels
fix: post a comment even if it failed to update labels
Problem to solve
If it failed to update labels, the comment isn't posted.
AS IS
When it failed update labels, the command exits immediately.
TO BE
When it failed update labels, output error logs but the process continues.