From 69067c7f75d55ecbcbb9682735d0767296f4ceea Mon Sep 17 00:00:00 2001 From: Flying-Pegasus Date: Tue, 10 Dec 2024 17:15:43 +0530 Subject: [PATCH] Updated README.md as per maintainer's feedback Solved the changes raised by the maintainer --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a78ad90c..117084eb 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ from .env file, Otherwise app will not work locally. ## Installing the bot on a repository + 1. Identify a target repository and install the bot by clicking the Install button on the settings page of your app, e.g., **`https://github.com/settings/apps/my-oppiabot-testing-app/installations`** 2. Update the **`.env` file**: - Add your GitHub account name to `WHITELISTED_ACCOUNTS`. @@ -107,8 +108,9 @@ from .env file, Otherwise app will not work locally. [issueCommentCreatedEvent]: [respondToReviewCheck], }, }; + ``` -4.Save the changes to **`constants.js`**. +4. Save the changes to **`constants.js`**. ## Running the bot locally