From e3b7f27ebf481fb8c54bf0014752fd85df12963d Mon Sep 17 00:00:00 2001 From: Ethan Zimbelman Date: Mon, 30 Oct 2023 15:23:55 -0700 Subject: [PATCH 1/3] note the requirement to grant access to orgs when authorizing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 11f4193..d493372 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,9 @@ the GitHub account you want to authenticate with: $ slack external-auth add ``` +To access repositories in an organization from a workflow, also grant access to +the organization when authorizing your OAuth app. + After you've added your authentication, you'll need to assign it to the `#/workflows/create_new_issue_workflow` workflow using the following command: From e72907c603c7b13883bc006deca4ba93975fd8bb Mon Sep 17 00:00:00 2001 From: Ethan Zimbelman Date: Mon, 30 Oct 2023 15:39:54 -0700 Subject: [PATCH 2/3] improve readability of this note Co-authored-by: Alissa Renz --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d493372..abc24c0 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,8 @@ the GitHub account you want to authenticate with: $ slack external-auth add ``` -To access repositories in an organization from a workflow, also grant access to -the organization when authorizing your OAuth app. +**Note: when working with repositories that are part of an organization, be sure to grant access to +that organization when authorizing your OAuth app.** After you've added your authentication, you'll need to assign it to the `#/workflows/create_new_issue_workflow` workflow using the following command: From edfe05c44e3bba45a98f3d2caf98de3bc68e4084 Mon Sep 17 00:00:00 2001 From: Ethan Zimbelman Date: Mon, 30 Oct 2023 15:40:23 -0700 Subject: [PATCH 3/3] deno fmt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abc24c0..66d4aad 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,8 @@ the GitHub account you want to authenticate with: $ slack external-auth add ``` -**Note: when working with repositories that are part of an organization, be sure to grant access to -that organization when authorizing your OAuth app.** +**Note: when working with repositories that are part of an organization, be sure +to grant access to that organization when authorizing your OAuth app.** After you've added your authentication, you'll need to assign it to the `#/workflows/create_new_issue_workflow` workflow using the following command: