Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jojoarianto/gitlab-webhook

gitlab webhook integration with slack
https://github.com/jojoarianto/gitlab-webhook

gitlab slack webhook

Last synced: about 17 hours ago
JSON representation

gitlab webhook integration with slack

Awesome Lists containing this project

README

        

# Gitlab Webhook

## Feature
- Gitlab Event notification to slack ("PRIVATELY")

### Gitlab Event Nofitication
- Merge Request Open | Merged (private for author and reviewer)
- New Comment on Merge Request (private for mr author)
- New Comment on Merge Request (for all user in same discussion)
- Tag People on Merge Request Comment (private for tagged people)

### Installation
```
# to install dependency
npm install

# to run
npm run start
```

### Test
```
npm run test
```

## Payload for test
- [merge request](https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#merge-request-events)