Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.
Open
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 @@ -11,7 +11,7 @@ Quick Start
--------------
1. Expose the ```services``` directory via your web server
1. Duplicate the configuration file: ```cp config/projects.php config/projects_local.php``` and customize the target.
* in your github account settings, click 'Applications' and generate a personal access token. Copy the token into the GITHUB_TOKEN define.
* in your Github account settings, click 'Applications' and generate a personal access token. Copy the token into the GITHUB_TOKEN define.
* customize the validation url so it points at your service.
* add your organization name under ```$github_organization```
* optionally add repository names under ```$github_projects```. If you leave this empty, all of the organization's repos will be monitored.
Expand All @@ -20,7 +20,7 @@ Quick Start
1. Test the service by forking an organization repo, making a change and creating a pull request against the original.
* Results of verification will show up in the pull request comments.
* Follow the details link in the comment for complete information.
* Access github_api_limit.php to get a picture of your github api use and reset time.
* Access github_api_limit.php to get a picture of your Github API use and reset time.

How it works
------------
Expand Down