AzureDevOps Setup
For repositories hosted on Azure DevOps with Pull Requsts policies active, the sidebar needs an Personal Access Token (PAT).
To create a PAT got to https://dev.azure.com/acadon/_usersSettings/tokens and hit new Token
.
Name the Token "acadon_sidebar", select a custom defined expiration date as far in the future as possible and set the Scopes to "Full Access".
Hit create
and copy the token. Open your %APPDATA%\ADC\setup.json file and add
"AzureDevOpsPAT": "MY COPIED PAT"
to the json file.