https://github.com/nonchalant/prompt-review
Github → Slack
https://github.com/nonchalant/prompt-review
Last synced: 11 months ago
JSON representation
Github → Slack
- Host: GitHub
- URL: https://github.com/nonchalant/prompt-review
- Owner: Nonchalant
- Created: 2018-07-06T09:03:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T03:39:40.000Z (over 7 years ago)
- Last Synced: 2025-05-18T12:36:43.963Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# promt-review
## Prepare
```
// conf.yml
github:
token:
repositories:
- Nonchalant/prompt-review
- ...
slack:
token:
channel:
icon_emoji:
username:
ids:
- author:
member_id:
- author: ...
member_id: ...
```
## Requirements
- [Docker](https://www.docker.com/)
## Usage
```
$ make build
$ make run
```