microsoft / vscode-pull-request-github

GitHub Pull Requests for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
MIT License
2.31k stars 581 forks source link

Cannot add Reviewer to PR once github-actions is added as a reviewer #6443

Open neilgierman opened 2 weeks ago

neilgierman commented 2 weeks ago

Type: Bug

Our repo has a validation workflow using jesusvasquez333/verify-pr-label-action to make sure we have included the appropriate labels on PRs. Once that workflow runs github-actions will add either an approval or request-changes to the PR.

The problem is once github-actions is added as a reviewer to the PR, if I try to add another reviewer via this VSCode extension, I get an error of:

[error] GraphQL error: Variable $input of type RequestReviewsInput! was provided invalid value for userIds.0 (Expected value to not be null)

To work around this, I either need to add all of my reviewers before the label-checker runs, or add reviewers via the GitHub web UI.

Extension version: 0.100.0 VS Code version: Code 1.95.0 (912bb683695358a54ae0c670461738984cbb5b95, 2024-10-28T20:16:24.561Z) OS version: Windows_NT x64 10.0.22631 Modes: Remote OS version: Linux x64 6.8.0-47-generic

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-8700T CPU @ 2.40GHz (12 x 2400)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off| |Load (avg)|undefined| |Memory (System)|15.79GB (1.69GB free)| |Process Argv|--crash-reporter-id e70f73ff-3995-4cec-ab96-4386bd2cc49f| |Screen Reader|no| |VM|0%| |Item|Value| |---|---| |Remote|SSH: neil-HP-ZBook-15-G3.attlocal.net| |OS|Linux x64 6.8.0-47-generic| |CPUs|Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz (8 x 799)| |Memory (System)|15.50GB (12.36GB free)| |VM|0%|
A/B Experiments ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805cf:30301675 binariesv615:30325510 vsaa593:30376534 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 pythonnoceb:30805159 asynctok:30898717 pythonmypyd1:30879173 h48ei257:31000450 pythontbext0:30879054 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 dsvsc021:30996838 945dj816:31013170 dvdeprecation:31068756 dwnewjupytercf:31046870 newcmakeconfigv2:31071590 impr_priority:31102340 nativerepl1:31139838 refactort:31108082 pythonrstrctxt:31112756 wkspc-onlycs-t:31132770 wkspc-ranged-t:31151552 cf971741:31144450 iacca2:31156134 notype1cf:31157160 5fd0e150:31155592 dwcopilot:31164048 icondisabled:31158250 ```
JayDeline commented 2 weeks ago

Dont install anything but GitHub