From 88c9ca265ee66ccbd8a3c36592853611126dbb70 Mon Sep 17 00:00:00 2001 From: Rob Dodson Date: Wed, 2 Jan 2019 19:24:15 -0800 Subject: [PATCH] Fix installation instructions. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6f5594b..99e0ef5 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,15 @@ activity. This will be the account login and profile photo that you'll see when the bot comments on a pull request. +1. Add the GitHub bot account to your project as a collaborator. +`https://github.com///settings/collaboration`. +Be sure to accept the invite email! This will enable the bot +to set PR statuses. + 1. [Create a personal access token for the GitHub bot account](https://github.com/settings/tokens). +The access token must at least have the `public_repo` scope +enabled. 1. In the Travis settings for your repository, set the personal access token as an environment @@ -45,6 +52,10 @@ to your GitHub repository). module.exports = { botUsername: ``, + repoDetails: { + owner: "", + repo: "" + }, plugins: [ new prbot.plugins.Size({ globPattern: '**/*.js',