From 194cb7f8069a4fde238af82915d16be72626b0ea Mon Sep 17 00:00:00 2001 From: Frederic Gurr Date: Fri, 3 Aug 2018 17:10:01 +0200 Subject: [PATCH 1/2] Webhook test Signed-off-by: Frederic Gurr --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77fac4b..07ddeee 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ------------ From 96cd6baa6627407283659c8bcf3146697068f645 Mon Sep 17 00:00:00 2001 From: Frederic Gurr Date: Fri, 3 Aug 2018 17:19:36 +0200 Subject: [PATCH 2/2] Yet another webhook test Signed-off-by: Frederic Gurr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07ddeee..27baead 100644 --- a/README.md +++ b/README.md @@ -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 ------------