https://github.com/superseb/githubbot
https://github.com/superseb/githubbot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/superseb/githubbot
- Owner: superseb
- License: apache-2.0
- Created: 2018-11-16T21:15:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T21:27:23.000Z (over 7 years ago)
- Last Synced: 2025-03-21T11:18:03.560Z (over 1 year ago)
- Language: Go
- Size: 1.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
githubbot
========
## Using
Parameters
* `webhooktoken-file`: Webhook token used to validate incoming requests triggered by the webhook on the repository
* `patoken-file`: Personal Access Token used to add new labels to incoming issues
* `github-org`: GitHub organization name of the repository where the webhook is configured
* `github-repo`: GitHub repository name of the repository where the webhook is configured
## Building
`make`
## Running
`./bin/githubbot --webhooktoken-file=WEBHOOKTOKENFILE --patoken-file=PATOKENFILE --github-org ORG --github-repo REPO`