Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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