From bef05abbf73245554f9dacda8a65cd71781d56eb Mon Sep 17 00:00:00 2001 From: "bela.vandervoort" Date: Sun, 10 Dec 2023 11:48:50 -0600 Subject: [PATCH] update comments --- Shell/ReviewBranch.psm1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Shell/ReviewBranch.psm1 b/Shell/ReviewBranch.psm1 index e114f48a6..8400694ed 100644 --- a/Shell/ReviewBranch.psm1 +++ b/Shell/ReviewBranch.psm1 @@ -106,7 +106,9 @@ function CSH-ReviewBranch { & git push --set-upstream origin $postBranch if ($firstRun) { - #uses https://github.com/github/hub/releases + # uses https://github.com/github/hub/releases + # if this hangs run a command against this repo outside of here, it will store + # a token. Or I can just have a way to pass a GITHUB_TOKEN or store it in a .env $newPr = & hub pull-request -b belav:$preBranch -m "Testing $branch $folder" Write-Output $newPr }