mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
629 B
Markdown
34 lines
629 B
Markdown
# github-app
|
|
|
|
> A GitHub App built with [Probot](https://github.com/probot/probot) that Tailchat github integrations
|
|
|
|
## Setup
|
|
|
|
```sh
|
|
# Install dependencies
|
|
npm install
|
|
|
|
# Run the bot
|
|
npm start
|
|
```
|
|
|
|
## Docker
|
|
|
|
```sh
|
|
# 1. Build container
|
|
docker build -t github-app .
|
|
|
|
# 2. Start container
|
|
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> github-app
|
|
```
|
|
|
|
## Contributing
|
|
|
|
If you have suggestions for how github-app could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
|
|
|
|
For more, check out the [Contributing Guide](CONTRIBUTING.md).
|
|
|
|
## License
|
|
|
|
[ISC](LICENSE) © 2022 moonrailgun
|