New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

@auto-it/microsoft-teams

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto-it/microsoft-teams

Microsoft Teams plugin for auto

Source
npmnpm
Version
11.0.7
Version published
Weekly downloads
347
425.76%
Maintainers
1
Weekly downloads
 
Created
Source

Microsoft-Teams Plugin

Post your release notes to a Microsoft teams channel.

Installation

This plugin is not included with the auto CLI installed via NPM. To install:

npm i --save-dev @auto-it/microsoft-teams
# or
yarn add -D @auto-it/microsoft-teams

Usage

To use the plugin include it in your .autorc. To generate incoming webhook in microsoft teams, checkout this blog.

{
  "plugins": [
    ["microsoft-teams", { "url": "https://url-to-your-hook.com" }],
    // or
    ["microsoft-teams", "https://url-to-your-hook.com"],
    // or
    [
      "microsoft-teams",
      { "url": "https://url-to-your--hook.com" }
    ]
    // Below: Uses microsoft-teams hook set in process.env.MICROSOFT_TEAMS_WEBHOOK_URL
    "microsoft-teams"
  ]
}

Keywords

automation

FAQs

Package last updated on 22 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts