Skip to content

Latest commit

 

History

History

connectors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Connectors

Connectors are supported messaging systems that GitHub notifications can be forwarded to.

Currently the following are supported:

  1. Webex
  2. Slack

Adding Connectors

To add a connector:

  1. Add the appropriate auth and destination inputs needed in

  2. Write the connector using the patterns established in existing connectors in this directory.

  3. Add the library needed to connect / mock the connector during testing to executeRun in index.ts

  4. Call the connector after the lines that other connectors are called on in index.ts