Is it possible to connect my azure pipeline with Github for PR messages without the Github app (legal limitations)
Hi,
Welcome to the community!
PR decoration in GitHub is an extra feature of PR analysis. You can certainly run PR analysis without getting the results directly in GitHub. I believe this is “just” about what permissions the GitHub application has, but we’re not explicit about that in the docs.
You can’t have the app at all, or is the problem the permissions it’s asking for?
Ann
I can’t have a Github App due to legal limitations. I would also like to block merge requests but I am not sure if this is feasable without the app.
Hi,
Yes, you said that. I was curious about the details. ![]()
Take a look at sonar.qualitygate.wait. Note that the downside here is that the CI is active the entire time, so you’ll spend more GHActions cycles than strictly necessary.
HTH,
Ann