Simple Azure DevOps(Repos) notification plugin for [reg-suit](https://github.com/reg-viz/reg-suit)
npm install reg-notify-azuredevops-pluginSimple Azure DevOps(Repos) notification plugin for reg-suit
* Your repository is in AzureRepos.
* Your CI is running on AzurePipelines.
* The reg-suit is working on your environment.
sh
npm install -D reg-notify-azuredevops-plugin
`$3
* Required Scopes
- Code
- Read & Write
- Pull Request Threads
- Read & Write
Documentation for creating PAT
$3
`json
{
...
"reg-notify-azuredevops-plugin": {
"organization": "{Your AzureDevOps Organization}",
// NOTE: Using a environment variable is recommended(eg. $MY_PAT)
"PAT": "{Your PAT}"
}
...
}
``