Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #18

Merged
merged 1 commit into from Jan 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -12,7 +12,7 @@ achievibit needs to be integrated into each enabled repository via a webhook.
2. click on ***Settings***
3. on the sidebar, click on ***Webhooks***
4. click on ***add webhook***
5. paste achievibit's url (`achievibit.herokuapp.com`) into the ***payload url***
5. paste achievibit's url (`http://achievibit.herokuapp.com`) into the ***payload url***
6. on ***Which events would you like to trigger this webhook?***, select `Let me select individual events.` and check `Pull request`

**Maybe sometime later we'll also support repo achievements. open an issue if you're interested :-)**
Expand Down Expand Up @@ -119,4 +119,3 @@ function activeReviewer(pullRequestData, creator, reviewers) {
});
}
```
s