Azure / vscode-aks-tools

Visual Studio Code extension for Azure Kubernetes Service
MIT License
41 stars 52 forks source link

Draft Github Workflow does not populate repositories #831

Closed ReinierCC closed 2 months ago

ReinierCC commented 3 months ago

Describe the bug The window "Automated Deployments: Draft a GitHub Workflow" does not show the user's available repositories.

When the "Create Github Workflow" window is opened the extension attempts to retrieve the available repos but gets a 404 error instead.

Mention the platform you are using AKS Extension v1.4.8

To Reproduce Steps to reproduce the behavior:

  1. Open VScode developer logs
  2. Select "Create Github Workflow"

Expected behavior

Repos owned by the user should show under "GitHub repository *"

Screenshots

image

image

Desktop (please complete the following information):

Additional context Tested with both a forked repo and one that I own

Tatsinnit commented 3 months ago

Thanks @ReinierCC for this issue and details, let's definitely jump on a quick call and we should see what's happening under the hood. Or, whatever seems good. Thanks.

ReinierCC commented 2 months ago

PR to fix: https://github.com/Azure/vscode-aks-tools/pull/832