cribeiro84 / azure-devops-pull-request-hub

Azure DevOps Pull Request Manager Hub
MIT License
57 stars 35 forks source link

Do not count deleted comments as completed. #229

Closed aueelis closed 1 year ago

aueelis commented 1 year ago

Backstory: We are using SonarQube in our build pipelines to monitor code quality. SonarQube adds comments to your PR to show newly added code issues and will remove them automatically, if they are resolved by a subsequent push.

Unfortunately, this can result in the following bug: image