From c6ce515a8ec1149788231e9a221438dc0c6031c8 Mon Sep 17 00:00:00 2001 From: Rob Anderson Date: Tue, 9 Jan 2024 11:05:07 -0600 Subject: [PATCH] add organization member read-only access (#92) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e007f8..5040ef6 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,11 @@ The slack notification can be configured by setting the `SLACK_MESSAGE_FILE`. Th ### Create GitHub App Create the GH App in your org or repo. Define a client secrent. Generate a private key. #### Grant repository permissions -Set Contents access to `Read & write` +Set Contents access to `Read & write` Set Issues access to `Read & write` Set Pull Requests access to `Read & write` +#### Grant organization permissions +Set members access to `Read-only` #### Subscripe to events Check `Issues` Check `Issue comment`