Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Dec 10, 2023
1 parent 5cb2a0d commit bef05ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Shell/ReviewBranch.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit bef05ab

Please sign in to comment.