reg-notify-azuredevops-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

reg-notify-azuredevops-plugin

Simple Azure DevOps(Repos) notification plugin for reg-suit

image

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

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}"
  }
...
}

Package Sidebar

Install

npm i reg-notify-azuredevops-plugin

Weekly Downloads

185

Version

1.1.4

License

MIT

Unpacked Size

8.28 kB

Total Files

11

Last publish

Collaborators

  • harunari