Tom Willis
Tom Willis
Another PR commenting action added [a flag to support comment updating.](https://github.com/thollander/actions-comment-pull-request#update-a-comment) [See also](https://github.com/search?q=repo%3Athollander%2Factions-comment-pull-request%20comment_tag&type=code) I upvote this feature request.
You can see the test responsible for this behavior on line 51 in `security-alert/packages/sarif-to-comment/src/index.ts`.
In order to organize my testing, I have marked all of my tests with pytest marks, ala `@pytest.mark.unit`. Reading this issue, I presume that in impacting my attempt to add...