github / github/vscode-github-actions

Doesn't always pick up custom url from github-enterprise.uri

未關閉
#501 0 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
bug
主要語言
TypeScript
星號
660
分支
213
PR 合併指標
30 天內沒有已合併 PR

描述

**Describe the bug**

I've been using this plugin with the GitHub Enterprise instance, that's why I have `github-enterprise.uri` set in my vscode configuration. I've occasionally been experiencing empty tiles in the GitHub Actions panels with a message like `No GitHub repositories found. Please open a folder that contains a GitHub repository.` even if I have a project with the GitHub pipelines open. However, I've been using some of the workflows in there before. If I'd toggle the `github-actions.use-enterprise` off and on all previously actions appear again. I assume the plugin doesn't correctly detect the active projects.

**To Reproduce**

Steps to reproduce the behavior:
1. Set both `github-enterprise.uri` and `github-actions.use-enterprise` parameters.
2. Authenticate as usual.
3. Open a project. Check the available GitHub Actions pipeline. All good.
4. Close all the tabs. Close the IDE.
5. Re-open the IDE (same project). Open the project. Check the available GitHub Actions. The list is empty.
6. Open any GitHub Actions workflow file by double-clicking. Check the available GitHub Actions tiles. The list is empty.
7. Go to setting and toggle the `github-actions.use-enterprise` parameter off and on. The list is now populated.

**Expected behavior**

The plugin should correctly detect the projects and the pipelines when both `github-enterprise.uri` and `github-actions.use-enterprise` are set.

**Screenshots**

N/A

**Extension Version**

0.27.2

**Additional context**

N/A

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。