https://github.com/lamngockhuong/pull-notifier
Notify via chatwork, slack when pull request/issue created, edited, commented,...
https://github.com/lamngockhuong/pull-notifier
chatwork slack
Last synced: about 1 year ago
JSON representation
Notify via chatwork, slack when pull request/issue created, edited, commented,...
- Host: GitHub
- URL: https://github.com/lamngockhuong/pull-notifier
- Owner: lamngockhuong
- License: mit
- Created: 2021-09-09T13:14:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T00:26:18.000Z (over 1 year ago)
- Last Synced: 2025-02-12T01:28:35.319Z (over 1 year ago)
- Topics: chatwork, slack
- Language: TypeScript
- Homepage: https://pull-notifier.herokuapp.com
- Size: 537 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pull-notifier
Notify via chatwork & slack when pull request created

## Run locally
### Run docker
```shell
docker network create shared_network
docker-compose up -d
```
### Exec migration
```shell
docker-compose exec backend sh -c 'npm run prisma:migrate'
```
## Update packages
I'm using [npm-check-updates] (https://www.npmjs.com/package/npm-check-updates).
Please install it globally.
```shell
npm install -g npm-check-updates
```
Upgrade the specified version in packages.json
```shell
npm run packages:update
```