reg-notify-azuredevops-plugin
v1.1.4
Published
Simple Azure DevOps(Repos) notification plugin for [reg-suit](https://github.com/reg-viz/reg-suit)
Downloads
1,126
Maintainers
Readme
reg-notify-azuredevops-plugin
Simple Azure DevOps(Repos) notification plugin for reg-suit
Prerequisites
- Your repository is in AzureRepos.
- Your CI is running on AzurePipelines.
- The reg-suit is working on your environment.
Getting Started
Install package
If you use npm,
npm install -D reg-notify-azuredevops-plugin
Create AzureDevOps PAT
- Required Scopes
- Code
- Read & Write
- Pull Request Threads
- Read & Write
- Code
Documentation for creating PAT
Add plugin settings to your regconfig.json
{
...
"reg-notify-azuredevops-plugin": {
"organization": "{Your AzureDevOps Organization}",
// NOTE: Using a environment variable is recommended(eg. $MY_PAT)
"PAT": "{Your PAT}"
}
...
}