Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 09:04

v0.2.0...v0.3.0
Milestone

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.