https://github.com/rpiraces-plain/probot-sample-app
This is a simple Probot App to show some features from it
https://github.com/rpiraces-plain/probot-sample-app
github-api probot probot-app sample-app
Last synced: 6 months ago
JSON representation
This is a simple Probot App to show some features from it
- Host: GitHub
- URL: https://github.com/rpiraces-plain/probot-sample-app
- Owner: rpiraces-plain
- License: isc
- Created: 2024-03-14T10:02:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T10:03:54.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T10:47:57.534Z (10 months ago)
- Topics: github-api, probot, probot-app, sample-app
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# probot-example
> A GitHub App built with [Probot](https://github.com/probot/probot) that A Probot app
## Setup
```sh
# Install dependencies
npm install
# Run the bot
npm start
```
## Docker
```sh
# 1. Build container
docker build -t probot-example .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= probot-example
```
## Contributing
If you have suggestions for how probot-example 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) © 2024 Raúl Piracés