Skip to content

AhsenBaig-boilerplate/ahsen-baig-app-issues-comment

Repository files navigation

GitHub-App-Issues-Comment

A GitHub App built with Probot that GitHub App for issues that adds a comment.

Setup

Create a new Probot app

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\

Start the app

Install dependencies

npm install
npm start

Or change port

npm start -- --port 8000

GitHub sync

git init
git remote add origin https://github.com/AhsenBaig-boilerplate/ahsen-baig-app-issues-comment.git
git pull origin main --allow-unrelated-histories

Start smee

See .env WEBHOOK_PROXY_URL for smee url

smee -u https://smee.io/<smee-id>

Docker

# 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

Resources

Contributing

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.

License

ISC © 2023 Ahsen Baig

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published