Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshjohanning/my-first-probot-app
a probot app that adds a comment every time a new issue is created
https://github.com/joshjohanning/my-first-probot-app
Last synced: about 1 month ago
JSON representation
a probot app that adds a comment every time a new issue is created
- Host: GitHub
- URL: https://github.com/joshjohanning/my-first-probot-app
- Owner: joshjohanning
- License: isc
- Created: 2022-04-21T15:24:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T03:30:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T09:47:49.963Z (3 months ago)
- Language: JavaScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# my-first-app
> 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 my-first-app .# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= my-first-app
```## Contributing
If you have suggestions for how my-first-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 Josh Johanning