Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A Pull Request Hook that comments on pull requests from users who are contributi
5. Deploy the code: `git push heroku master`
6. Ensure that atleast one instance of the app is running: `heroku ps:scale web=1`
7. List your app with: `heroku apps`
8. The service is now running at `<heroku-app-name>.herokuapp.com`
8. The service will now be running at `<heroku-app-name>.herokuapp.com`
9. Go to the settings page of the repository of interest.
10. Navigate to `WebHooks and Services`
11. Click on `Add WebHook`
Expand All @@ -26,7 +26,7 @@ A Pull Request Hook that comments on pull requests from users who are contributi

1. Install [Docker](http://docs.docker.com/installation/) and [Compose](https://docs.docker.com/compose/install/). OSX users can skip above two and install [Docker Toolbox](https://www.docker.com/docker-toolbox)
2. Move to this directory, and run `docker-compose up web`. It will install all the requirements on the first run
3. Follow steps 8 through 14 in the previous list. In the `Payload URL` section of the `Add webhook` page of your Github repo settings, add `<your-public-ip:5000|Public-URL>/v1/PREvent`
3. Follow steps 8 through 14 in the above list. In the `Payload URL` section of the `Add webhook` page of your Github repo settings, add `<your-public-ip:5000|Public-URL>/v1/PREvent`
4. For development purposes, you can use [Ngrok](https://ngrok.io) to set up a temporary local tunnel and make your local server accessible via a public URL.

## To Deploy on Google App Engine
Expand Down
2 changes: 1 addition & 1 deletion app.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ new-users = true
[contributors]
url = https://api.github.com/repos/{}/{}/contributors
[comments]
message = Hello, @{}! Thank you for your contribution :smile:
message = Hello, @{}! Congratulations on your first pr. Thank you for the contribution :smile: