-
-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Comments reporter - Change status when all tests pass #1915
Comments
@TommyE123 thanks for your nice feedback:) You can even make the pull request if you want :) |
@TommyE123 this is done :) |
@nvuillam Thanks for making this change. Cheers |
@TommyE123 thanks for your test and feedback :) |
Is your feature request related to a problem? Please describe.
Thank you so much for implementing the Azure Comments reporter which we are now using on our PR’s in devops.
Would it be possible though to set the status of the comment to something other than ‘Active’ when the all the tests pass? If like we do, you have your build policies set to having to resolve all comments this can become quite annoying when most of the time the Linters are passing!
Describe the solution you'd like
We’ve currently been manually setting the comment to Resolved however I’m open to setting it to something else if you feel appropriate?
Possibly ‘Bydesign = 5’ for when all the tests pass?
(however, that’s not a selectable option on the manual dropdown so we'd have to test that it works!)
I think the below thread lists the possible status options we can choose from?
CommentThreadStatus enum | Microsoft Learn
Describe alternatives you've considered
Make it a configurable option to do this if you would rather not set it to Bydesign or Resolved by default so users can have the choice maybe?
Additional context
N/A
Thanks again
Tom
The text was updated successfully, but these errors were encountered: