Skip to content

v0.9.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 10 Apr 04:47
· 32 commits to master since this release
88325c4
add -edit-comment-regex flag to edit existing comments @joemiller (#26) New flag `-edit-comment-regex`. Similar to `-delete-comment-regex` but edit existing comment(s) instead of deleting / recreating.

If there are no matching comments a new comment is created so that the call is idempotent. Users can run the same command in a CI pipeline to create or update comments.

I updated the readme.yaml but did not commit a regenerated README.md. There were too many differences (like missing badges) that I thought something might be wrong w/ my local setup.

I updated the google/go-github lib to the latest v34.0.0 to fix what I thought was a bug but turned out not to be. The code should work fine on v17.0.0 if that needs to be backed out.

closes #24