# isic-github

> isic module that notifies chats about changes in repositories

Latest version **0.1.3** (published 2017-05-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install isic-github
pnpm add isic-github
yarn add isic-github
bun add isic-github
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2017-05-27 |
| First published | 2017-05-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Christopher Kaster |
| Maintainers | kasoki |

## Links

- npm: https://www.npmjs.com/package/isic-github
- npm.io page: https://npm.io/package/isic-github

## Dependencies (1)

- [buffer-equal-constant-time](https://npm.io/package/buffer-equal-constant-time.md) ^1.0.1

## Recent versions

- 0.1.3 (latest) — 2017-05-27
- 0.1.2 — 2017-05-27
- 0.1.1 — 2017-05-27
- 0.1.0 — 2017-05-27

## README

# isic-github

isic module that notifies chats about changes in GitHub repositories

## Usage

### How can I connect a webhook with the bot?

Firstly, you have to have **services** enabled. Secondly you have to post into the desired channel:

``!github hookurl``

The bot will send you the Webhook URL and a secret you can use for this channel. **Keep the secret, secret!**. If someone gets access to this, they can potentially
add arbitrary repository hooks to your channel.

### How to limit what the bot posts

Just limit the permissions of the webhook to whatever you need.

## Limitations

Currently not all events from Webhooks are supported (also not all of them actually make sense), here is a list of events the bot can respond to:

* commit\_comment: When someone comments on a commit
* issue\_comment: When someone comments on an issue
* issues: Whenever someone opens/closes an issue
* pull\_request\_review\_comment: When someone comments on a PRs unified diff
* pull\_request: When someone opens/closes a pull request
* push: When someone pushes commits/tags
* release: When a new release is created

## License

MIT

---
_Source: https://npm.io/package/isic-github · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
