Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.16 KB

danger-plugin-typetalk

CircleCI Coverage Status npm version Join the chat at https://gitter.im/is2ei/danger-plugin-typetalk

Install

$ yarn add danger-plugin-typetalk

Usage

  1. You need to set environment variables

TYPETALK_TOPIC_ID: Typetalk topic ID.
TYPETALK_TOKEN: Typetalk token.

  1. Set dangerfile.js
const typetalk = require('danger-plugin-typetalk').default;

typetalk();

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.