https://github.com/anjakammer/pr-comment-gh-app
GitHub App for receiving webhook payload and commenting in response
https://github.com/anjakammer/pr-comment-gh-app
expressjs github-app github-bot nodejs
Last synced: 5 months ago
JSON representation
GitHub App for receiving webhook payload and commenting in response
- Host: GitHub
- URL: https://github.com/anjakammer/pr-comment-gh-app
- Owner: anjakammer
- License: mit
- Created: 2018-11-11T16:51:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-03T11:55:06.000Z (5 months ago)
- Last Synced: 2026-02-04T01:57:34.136Z (5 months ago)
- Topics: expressjs, github-app, github-bot, nodejs
- Language: JavaScript
- Size: 89.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### comments for new pushes in a repository
The comment is for providing the new preview URL
of the newly deployed application, after a new push to a pull request.
GitHub App Permissions:
* read&write Pull Requests
GitHub Events:
* Pull Request (action: synchronize)
## Required Environment Variables
| Key | Description |
| ----------------|--------------------------|
| `APP_NAME` | Developer or App Name |
| `APP_ID` | GitHub-App Id |
| `PRIVATE_KEY` | GitHub-App Private Key |
| `WAIT_MS` | ms to wait before sending|
| `COMMENT` | Comment to send |