Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jojoarianto/gitlab-webhook
- Owner: jojoarianto
- Created: 2020-02-12T10:53:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:16:40.000Z (about 2 years ago)
- Last Synced: 2024-04-24T10:13:51.435Z (9 months ago)
- Topics: gitlab, slack, webhook
- Language: JavaScript
- Size: 1.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
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)