vscode-pull-request-github
vscode-pull-request-github copied to clipboard
No `Commit & Create Pull Request` option
Testing #3759
I have the pre-release version of the extension, in the VS Code folder created a topic branch via git checkout -b merogge/topic and added the changed file. The dropdown doesn't show Commit & Create Pull Request as an option.
the extension version is v0.47.2022072609
Oh just realized I didn't have a github remote
I ran git push --set-upstream origin merogge/topic to create the remote and am still not seeing the option of Commit & Create Pull Request
I tried to commit using the SCM button and that failed with these logs
Git:
[2022-07-26T17:17:50.447Z] Log level: Info
[2022-07-26T17:17:50.486Z] [info] Validating found git in: /usr/local/bin/git
[2022-07-26T17:17:50.528Z] [info] Using git 2.32.0 from /usr/local/bin/git
[2022-07-26T17:17:50.559Z] > git rev-parse --show-toplevel [17ms]
[2022-07-26T17:17:50.578Z] > git rev-parse --git-dir --git-common-dir [12ms]
[2022-07-26T17:17:50.584Z] [info] Open repository: /Users/meganrogge/Repos/vscode
[2022-07-26T17:17:51.304Z] > git ls-files --stage -- /Users/meganrogge/Repos/vscode/src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts [16ms]
[2022-07-26T17:17:51.320Z] > git show --textconv :src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts [38ms]
[2022-07-26T17:17:51.324Z] > git cat-file -s 9df0e9831369ff297f49eaf6eec86beb3c0f13d7 [15ms]
[2022-07-26T17:17:51.475Z] > git status -z -uall [885ms]
[2022-07-26T17:17:51.488Z] > git symbolic-ref --short HEAD [10ms]
[2022-07-26T17:17:51.502Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [12ms]
[2022-07-26T17:17:51.516Z] > git remote --verbose [8ms]
[2022-07-26T17:17:51.523Z] > git check-ignore -v -z --stdin [25ms]
[2022-07-26T17:17:52.220Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [715ms]
[2022-07-26T17:17:52.249Z] > git config --get commit.template [9ms]
[2022-07-26T17:17:52.890Z] > git status -z -uall [635ms]
[2022-07-26T17:17:52.894Z] > git config --local branch.main.github-pr-owner-number [59ms]
[2022-07-26T17:17:53.038Z] > git symbolic-ref --short HEAD [144ms]
[2022-07-26T17:17:53.106Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [55ms]
[2022-07-26T17:17:53.150Z] > git remote --verbose [38ms]
[2022-07-26T17:17:53.469Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [360ms]
[2022-07-26T17:17:53.520Z] > git config --get commit.template [11ms]
[2022-07-26T17:17:54.236Z] > git check-ignore -v -z --stdin [12ms]
[2022-07-26T17:55:10.233Z] > git check-ignore -v -z --stdin [22ms]
[2022-07-26T17:55:11.593Z] > git check-ignore -v -z --stdin [15ms]
[2022-07-26T17:55:12.399Z] > git check-ignore -v -z --stdin [15ms]
[2022-07-26T17:55:13.190Z] > git check-ignore -v -z --stdin [10ms]
[2022-07-26T17:55:17.652Z] > git ls-files --stage -- /Users/meganrogge/Repos/vscode/src/vs/workbench/contrib/terminal/browser/terminalInstance.ts [12ms]
[2022-07-26T17:55:17.677Z] > git cat-file -s fde509c864f4bdb1e3b9d73c40cc3ec10eac96b2 [21ms]
[2022-07-26T17:55:17.684Z] > git show --textconv :src/vs/workbench/contrib/terminal/browser/terminalInstance.ts [49ms]
[2022-07-26T17:57:09.655Z] > git ls-files --stage -- /Users/meganrogge/Repos/vscode/src/vs/base/parts/quickinput/common/quickInput.ts [10ms]
[2022-07-26T17:57:09.660Z] > git show --textconv :src/vs/base/parts/quickinput/common/quickInput.ts [18ms]
[2022-07-26T17:57:09.670Z] > git cat-file -s 348249413875d4665b0b4345ef0fa5f8beae5147 [13ms]
[2022-07-26T17:57:09.891Z] > git check-ignore -v -z --stdin [12ms]
[2022-07-26T17:57:13.395Z] > git log -n1 --format=%H%n%aN%n%aE%n%at%n%ct%n%P%n%D%n%B -z -- /Users/meganrogge/Repos/vscode/src/vs/base/parts/quickinput/common/quickInput.ts [196ms]
[2022-07-26T17:57:13.556Z] > git show -s --format=%H%n%aN%n%aE%n%at%n%ct%n%P%n%D%n%B -z 189950f732aad4ab864e6b68efce5d25bfc9a8d9 [158ms]
[2022-07-26T17:57:13.572Z] > git for-each-ref --count=1 --format %(refname) %(objectname) %(*objectname) refs/remotes/origin/main --contains 189950f732aad4ab864e6b68efce5d25bfc9a8d9 [12ms]
[2022-07-26T17:57:14.007Z] > git status -z -uall [432ms]
[2022-07-26T17:57:14.018Z] > git symbolic-ref --short HEAD [8ms]
[2022-07-26T17:57:14.031Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [10ms]
[2022-07-26T17:57:14.043Z] > git remote --verbose [7ms]
[2022-07-26T17:57:14.227Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [194ms]
[2022-07-26T17:57:14.256Z] > git config --get commit.template [8ms]
[2022-07-26T17:59:37.296Z] > git check-ignore -v -z --stdin [12ms]
[2022-07-26T17:59:41.845Z] > git check-ignore -v -z --stdin [14ms]
[2022-07-26T17:59:43.543Z] > git ls-files --stage -- /Users/meganrogge/Repos/vscode/src/vs/base/parts/quickinput/browser/quickInputList.ts [13ms]
[2022-07-26T17:59:43.555Z] > git show --textconv :src/vs/base/parts/quickinput/browser/quickInputList.ts [31ms]
[2022-07-26T17:59:43.566Z] > git cat-file -s 3292370eb5a39dcb4e4b4ba9d7ebc3120738622f [19ms]
[2022-07-26T17:59:43.795Z] > git check-ignore -v -z --stdin [15ms]
[2022-07-26T17:59:45.872Z] > git check-ignore -v -z --stdin [17ms]
[2022-07-26T17:59:49.948Z] > git check-ignore -v -z --stdin [13ms]
[2022-07-26T17:59:51.269Z] > git ls-files --stage -- /Users/meganrogge/Repos/vscode/src/vs/base/common/iconLabels.ts [14ms]
[2022-07-26T17:59:51.272Z] > git show --textconv :src/vs/base/common/iconLabels.ts [20ms]
[2022-07-26T17:59:51.286Z] > git cat-file -s 19b420230dec494f0ab13a0f150c2aaf9b2b0be5 [14ms]
[2022-07-26T17:59:51.540Z] > git check-ignore -v -z --stdin [15ms]
[2022-07-26T18:33:34.892Z] > git status -z -uall [1229ms]
[2022-07-26T18:33:34.909Z] > git symbolic-ref --short HEAD [11ms]
[2022-07-26T18:33:34.930Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [17ms]
[2022-07-26T18:33:34.945Z] > git remote --verbose [10ms]
[2022-07-26T18:33:35.916Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [984ms]
[2022-07-26T18:33:35.951Z] > git config --get commit.template [13ms]
[2022-07-26T18:33:52.411Z] > git status -z -uall [446ms]
[2022-07-26T18:33:52.422Z] > git symbolic-ref --short HEAD [9ms]
[2022-07-26T18:33:52.437Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [11ms]
[2022-07-26T18:33:52.449Z] > git remote --verbose [7ms]
[2022-07-26T18:33:52.629Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [190ms]
[2022-07-26T18:33:52.660Z] > git config --get commit.template [8ms]
[2022-07-26T18:34:44.891Z] > git status -z -uall [976ms]
[2022-07-26T18:34:44.937Z] > git symbolic-ref --short HEAD [43ms]
[2022-07-26T18:34:44.983Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [32ms]
[2022-07-26T18:34:45.021Z] > git remote --verbose [28ms]
[2022-07-26T18:34:45.710Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [720ms]
[2022-07-26T18:34:45.757Z] > git config --get commit.template [25ms]
[2022-07-26T18:34:51.328Z] > git status -z -uall [564ms]
[2022-07-26T18:34:51.346Z] > git symbolic-ref --short HEAD [15ms]
[2022-07-26T18:34:51.363Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [14ms]
[2022-07-26T18:34:51.385Z] > git remote --verbose [15ms]
[2022-07-26T18:34:51.639Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [273ms]
[2022-07-26T18:34:51.663Z] > git config --get commit.template [10ms]
[2022-07-26T18:34:57.225Z] > git status -z -uall [558ms]
[2022-07-26T18:34:57.242Z] > git symbolic-ref --short HEAD [14ms]
[2022-07-26T18:34:57.258Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [14ms]
[2022-07-26T18:34:57.278Z] > git remote --verbose [14ms]
[2022-07-26T18:34:57.522Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [262ms]
[2022-07-26T18:34:57.546Z] > git config --get commit.template [11ms]
[2022-07-26T18:35:33.533Z] > git status -z -uall [1365ms]
[2022-07-26T18:35:33.563Z] > git symbolic-ref --short HEAD [28ms]
[2022-07-26T18:35:33.680Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [115ms]
[2022-07-26T18:35:33.693Z] > git remote --verbose [8ms]
[2022-07-26T18:35:34.846Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [1164ms]
[2022-07-26T18:35:34.878Z] > git config --get commit.template [10ms]
[2022-07-26T18:35:40.332Z] > git status -z -uall [447ms]
[2022-07-26T18:35:40.343Z] > git symbolic-ref --short HEAD [9ms]
[2022-07-26T18:35:40.356Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [11ms]
[2022-07-26T18:35:40.367Z] > git remote --verbose [7ms]
[2022-07-26T18:35:40.554Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [196ms]
[2022-07-26T18:35:40.584Z] > git config --get commit.template [13ms]
[2022-07-26T18:36:15.174Z] > git status -z -uall [432ms]
[2022-07-26T18:36:15.186Z] > git symbolic-ref --short HEAD [9ms]
[2022-07-26T18:36:15.201Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/merogge/topic refs/remotes/merogge/topic [14ms]
[2022-07-26T18:36:15.215Z] > git remote --verbose [10ms]
[2022-07-26T18:36:15.976Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [773ms]
[2022-07-26T18:36:16.068Z] > git config --local branch.merogge/topic.github-pr-owner-number [32ms]
[2022-07-26T18:36:16.071Z] > git config --get commit.template [56ms]
[2022-07-26T18:36:17.318Z] > git ls-files --stage -- /Users/meganrogge/Repos/vscode/src/vs/workbench/contrib/terminal/browser/terminalInstance.ts [18ms]
[2022-07-26T18:36:17.330Z] > git show --textconv :src/vs/workbench/contrib/terminal/browser/terminalInstance.ts [35ms]
[2022-07-26T18:36:17.335Z] > git cat-file -s fde509c864f4bdb1e3b9d73c40cc3ec10eac96b2 [13ms]
[2022-07-26T18:36:22.390Z] > git status -z -uall [530ms]
[2022-07-26T18:36:22.407Z] > git symbolic-ref --short HEAD [15ms]
[2022-07-26T18:36:22.420Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/merogge/topic refs/remotes/merogge/topic [11ms]
[2022-07-26T18:36:22.434Z] > git remote --verbose [10ms]
[2022-07-26T18:36:22.623Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [201ms]
[2022-07-26T18:36:22.648Z] > git config --get commit.template [9ms]
[2022-07-26T18:36:28.083Z] > git status -z -uall [430ms]
[2022-07-26T18:36:28.096Z] > git symbolic-ref --short HEAD [11ms]
[2022-07-26T18:36:28.117Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/merogge/topic refs/remotes/merogge/topic [15ms]
[2022-07-26T18:36:28.145Z] > git remote --verbose [9ms]
[2022-07-26T18:36:28.336Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [205ms]
[2022-07-26T18:36:28.361Z] > git config --get commit.template [8ms]
[2022-07-26T18:36:35.185Z] > git status -z -uall [429ms]
[2022-07-26T18:36:35.196Z] > git symbolic-ref --short HEAD [8ms]
[2022-07-26T18:36:35.209Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/merogge/topic refs/remotes/merogge/topic [11ms]
[2022-07-26T18:36:35.222Z] > git remote --verbose [9ms]
[2022-07-26T18:36:35.408Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [197ms]
[2022-07-26T18:36:35.430Z] > git config --get commit.template [10ms]
[2022-07-26T18:37:16.684Z] > git ls-files --stage -- /Users/meganrogge/Repos/vscode/src/vs/workbench/contrib/terminal/browser/terminalInstance.ts [12ms]
[2022-07-26T18:37:16.702Z] > git cat-file -s 016a57562f9ebab9263b11ee1b0da008b3bb81f2 [15ms]
[2022-07-26T18:37:16.723Z] > git show --textconv :src/vs/workbench/contrib/terminal/browser/terminalInstance.ts [17ms]
[2022-07-26T18:37:17.051Z] > git status -z -uall [476ms]
[2022-07-26T18:37:17.062Z] > git symbolic-ref --short HEAD [9ms]
[2022-07-26T18:37:17.074Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/merogge/topic refs/remotes/merogge/topic [10ms]
[2022-07-26T18:37:17.086Z] > git remote --verbose [7ms]
[2022-07-26T18:37:17.269Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [193ms]
[2022-07-26T18:37:17.294Z] > git config --get commit.template [9ms]
[2022-07-26T18:37:25.918Z] > git status -z -uall [950ms]
[2022-07-26T18:37:25.935Z] > git symbolic-ref --short HEAD [13ms]
[2022-07-26T18:37:25.956Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/merogge/topic refs/remotes/merogge/topic [17ms]
[2022-07-26T18:37:25.974Z] > git remote --verbose [10ms]
[2022-07-26T18:37:26.355Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [394ms]
[2022-07-26T18:37:26.428Z] > git config --get commit.template [39ms]
[2022-07-26T18:37:32.153Z] > git status -z -uall [720ms]
[2022-07-26T18:37:32.167Z] > git symbolic-ref --short HEAD [11ms]
[2022-07-26T18:37:32.190Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/merogge/topic refs/remotes/merogge/topic [19ms]
[2022-07-26T18:37:32.207Z] > git remote --verbose [11ms]
[2022-07-26T18:37:32.477Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [284ms]
[2022-07-26T18:37:32.507Z] > git config --get commit.template [13ms]
[2022-07-26T18:37:38.253Z] > git status -z -uall [739ms]
[2022-07-26T18:37:38.268Z] > git symbolic-ref --short HEAD [11ms]
[2022-07-26T18:37:38.290Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/merogge/topic refs/remotes/merogge/topic [19ms]
[2022-07-26T18:37:38.309Z] > git remote --verbose [12ms]
[2022-07-26T18:37:38.577Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [283ms]
[2022-07-26T18:37:38.624Z] > git config --get commit.template [12ms]
[2022-07-26T18:45:19.689Z] > git status -z -uall [407ms]
[2022-07-26T18:45:19.701Z] > git symbolic-ref --short HEAD [9ms]
[2022-07-26T18:45:19.719Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/merogge/topic refs/remotes/merogge/topic [12ms]
[2022-07-26T18:45:19.731Z] > git remote --verbose [7ms]
[2022-07-26T18:45:19.913Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [192ms]
[2022-07-26T18:45:19.944Z] > git config --get commit.template [9ms]
[2022-07-26T18:45:19.987Z] > git config --local branch.merogge/topic.github-pr-owner-number [27ms]
[2022-07-26T18:45:25.115Z] > git status -z -uall [403ms]
[2022-07-26T18:45:25.126Z] > git symbolic-ref --short HEAD [9ms]
[2022-07-26T18:45:25.141Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/merogge/topic refs/remotes/merogge/topic [13ms]
[2022-07-26T18:45:25.153Z] > git remote --verbose [8ms]
[2022-07-26T18:45:25.330Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [187ms]
[2022-07-26T18:45:25.380Z] > git config --get commit.template [11ms]
[2022-07-26T18:49:09.697Z] > git -c user.useConfigOnly=true commit --quiet --allow-empty-message --file - [21309ms]
[2022-07-26T18:49:09.697Z] Found '/Users/meganrogge/Repos/vscode/.nvmrc' with version <16.14>
Now using node v16.14.2 (npm v8.5.0)
Found '/Users/meganrogge/Repos/vscode/.nvmrc' with version <16.14>
Now using node v16.14.2 (npm v8.5.0)
> husky - npm run -s precommit
> husky - node v16.14.2
Reading git index versions...
[2022-07-26T18:49:10.111Z] > git status -z -uall [411ms]
[2022-07-26T18:49:10.121Z] > git symbolic-ref --short HEAD [8ms]
[2022-07-26T18:49:10.136Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/merogge/topic refs/remotes/merogge/topic [13ms]
[2022-07-26T18:49:10.149Z] > git remote --verbose [8ms]
[2022-07-26T18:49:10.658Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [519ms]
[2022-07-26T18:49:10.728Z] > git config --local branch.merogge/topic.github-pr-owner-number [18ms]
[2022-07-26T18:49:10.735Z] > git config --get commit.template [33ms]
[2022-07-26T18:49:10.748Z] > git config --get commit.template [9ms]
[2022-07-26T18:49:15.588Z] > git log --oneline --cherry merogge/topic...merogge/topic@{upstream} -- [16ms]
[2022-07-26T18:49:16.437Z] > git pull --tags origin merogge/topic [846ms]
[2022-07-26T18:49:16.437Z] From https://github.com/microsoft/vscode
* branch merogge/topic -> FETCH_HEAD
! [rejected] 1.64.1 -> 1.64.1 (would clobber existing tag)
[2022-07-26T18:49:17.894Z] > git status -z -uall [398ms]
[2022-07-26T18:49:17.905Z] > git symbolic-ref --short HEAD [9ms]
[2022-07-26T18:49:17.922Z] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/merogge/topic refs/remotes/merogge/topic [15ms]
[2022-07-26T18:49:17.934Z] > git remote --verbose [7ms]
[2022-07-26T18:49:18.114Z] > git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) [189ms]
[2022-07-26T18:49:18.136Z] > git config --get commit.template [9ms]
GitHub Pull Request:
[Info] Registering git provider
[Info] Looking for git repository
[Info] Found 1 repositories during activation
[Info] Git repository found, initializing review manager and pr tree view.
[Info] Review> Validate state in progress
[Info] Review> Validating state...
[Info] Found GitHub remote
[Info] Review> no matching pull request metadata found for current branch main
[Info] Review> no matching pull request metadata found on GitHub for current branch main
[Info] PullRequestTree> Removing PR #undefined from tree
[Info] Review> Queuing additional validate state
[Info] Review> Validating state...
[Info] Found GitHub remote
[Info] Review> no matching pull request metadata found for current branch merogge/topic
[Info] Review> no matching pull request metadata found on GitHub for current branch merogge/topic
[Info] PullRequestTree> Removing PR #undefined from tree
[Info] Review> Queuing additional validate state
[Info] Review> Validating state...
[Info] Found GitHub remote
[Info] Review> no matching pull request metadata found for current branch merogge/topic
[Info] Review> no matching pull request metadata found on GitHub for current branch merogge/topic
[Info] PullRequestTree> Removing PR #undefined from tree
[Info] Review> Queuing additional validate state
[Info] Review> Validating state...
[Info] Found GitHub remote
[Info] Review> no matching pull request metadata found for current branch merogge/topic
[Info] Review> no matching pull request metadata found on GitHub for current branch merogge/topic
[Info] PullRequestTree> Removing PR #undefined from tree
@meganrogge, I believe that the error while trying to commit is unrelated. That type of error can occur in case someone has force pushed the tag (ex: 1.64.1). The fact that the command does seem like an issue and @alexr00 and myself will look into it.
I think I fixed this. If you're still seeing it please reopen.