https://github.com/h3poteto/brisingamen
https://github.com/h3poteto/brisingamen
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/h3poteto/brisingamen
- Owner: h3poteto
- Created: 2016-03-04T07:39:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T10:27:42.000Z (about 9 years ago)
- Last Synced: 2025-01-12T14:12:20.290Z (4 months ago)
- Language: Go
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brisingamen
Brisingamen is a simple slack bot for github pull requests.
It posts pull requests's information which belong to some labels in a your repository.[](https://github.com/h3poteto/brisingamen/blob/master/slack_sample.png)
# Example
Brisingamen read `settings.yml` as setting file, so please read `settings.yml.sample` and write your `settings.yml`.Generate your private access token in github, and add to `settings.yml` :
```yaml
access_token: "hogehoge"
```Create a new incoming webhook in slack, and add:
```yaml
slack_url: "https://hooks.slack.com/services/hogehoge"
channel: "#general"
```And, Please set your repository information:
```yaml
repository:
owner: "h3poteto"
repo: "asumibot"
labels:
- "todo"
```After that, you can use Brisingamen
```
$ go run main.go
```or, build those codes:
```
$ go build -o brisingamen main.go
$ ./brisingamen
```# License
Brisingamen is available as open source under the terms of the MIT License.