From 428080c5b3ececb8b211220bb7fe670dfd1f196d Mon Sep 17 00:00:00 2001 From: Andrew Brandt Date: Thu, 1 May 2025 10:44:17 -0700 Subject: [PATCH 1/2] docs: readme update team must be member of project board Signed-off-by: Andrew Brandt --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6eaa63f..72086ff 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,12 @@ The following dependencies are required to run the program: - `brew install pyenv pyenv-virtualenv` - GitHub Command Line Interface (CLI) `gh` - `brew install gh` +- The ## 💻 Setup - Authentication through `gh auth login` - Set the appropriate token permissions: `gh auth refresh --scopes read:project` + - Note: The team must be a member of the Project Board in order to view the issues on the board. - Run `make install` inside the repo directory to configure the appropriate versions of dependencies. ## 🛠 Usage From 4dbde1005c3e0782d8386cc62268fa2fd0ad233b Mon Sep 17 00:00:00 2001 From: Andrew Brandt Date: Thu, 1 May 2025 11:00:30 -0700 Subject: [PATCH 2/2] remove hanging the Signed-off-by: Andrew Brandt --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 72086ff..222ced7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ The following dependencies are required to run the program: - `brew install pyenv pyenv-virtualenv` - GitHub Command Line Interface (CLI) `gh` - `brew install gh` -- The ## 💻 Setup - Authentication through `gh auth login`