A GitHub App built with Probot that GitHub App for issues that adds a comment.
Version: v5.0.9 - As the latest version of Probot is not compatible with Node v8.0.0 and higher
npx [email protected] ahsen-baig-app-issues-comment
code .\ahsen-baig-app-issues-comment\
Install dependencies
npm install
npm start
Or change port
npm start -- --port 8000
git init
git remote add origin https://github.com/AhsenBaig-boilerplate/ahsen-baig-app-issues-comment.git
git pull origin main --allow-unrelated-histories
See .env WEBHOOK_PROXY_URL for smee url
smee -u https://smee.io/<smee-id>
# 1. Build container
docker build -t ahsen-baig-app-issues-comment .
# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> ahsen-baig-app-issues-comment
- Probot documentation - learn about Probot
- Developing an app - Getting started guide
If you have suggestions for how GitHub-App-Issues-Comment 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.
ISC © 2023 Ahsen Baig