Connectors are supported messaging systems that GitHub notifications can be forwarded to.
Currently the following are supported:
To add a connector:
-
Add the appropriate auth and destination inputs needed in
-
Write the connector using the patterns established in existing connectors in this directory.
-
Add the library needed to connect / mock the connector during testing to
executeRun
in index.ts -
Call the connector after the lines that other connectors are called on in index.ts