-
Notifications
You must be signed in to change notification settings - Fork 67
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
Deleting Comments #49
Comments
Hi there, Did the review actually create any comments? I just get this Start deleting existing comments added by the previous Job ... |
Yes it creates comments. I struggled with getting the permissions right there too. You need to go to your repository security tab where the user permissions are. Then search for "Project collection build service" and a user should appear. You then have to set the Contribute and Contribute to pull requests to "allow". |
Hi, thanks for the info. I added allow to the Contribute but I can't find "Contribute to pull requests" was it in the same place? |
Yes they are right next to each other. Mine looked as screenshotted in the docs of the repo. |
This works great. I have this triggered in a build policy, so as changes get pushed to a PR, this gets run again. I see that the code exists to delete comments, but in my case, the existing comments from the prior changes aren't deleted. I would expect the comments prior to the changes would be deleted. Is this a bug in the codebase or do I need to enable some other permission?
The text was updated successfully, but these errors were encountered: