GitHub PR decoration with Azure DevOps

Do you have a plan to create the GitHub PR decoration with Azure DevOps?

We can do the PR decoration for GitHub. However, I’d like to use Azure DevOps as a CI engine, for GitHub PR.

If you don’t have a plan, do we have a place to contribute it?

Hi Tsuyoshi,

this is already working, and we’re even actually using it at SonarSource. See for instance: https://github.com/SonarSource/sonarlint-visualstudio/pull/871

Provided that you have setup your repository on SonarCloud through the web UI (i.e. that you have installed the SonarCloud GitHub App on your organization), you have nothing special to configure, the Azure DevOps extension does everything for you in Azure Pipelines.

Thank you very much!