You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Clicking the pin & unpin buttons on workflows in a multi-project workspace add PROJECT-FOLDER-NAME/.github/workflows/WORKFLOW-NAME.yml to "github-actions.workflows.pinned.workflows", but in actuality, the only workflows that can actually show in the status bar are workflows for the first project in the workspace, and only when not qualified with the PROJECT-FOLDER-NAME
To Reproduce
Steps to reproduce the behavior:
Open a new VSCode window and click File > Add Folder to Workspace, then choose a GitHub project with .github/workflows. Do it again for another GitHub project with workflows.
In the GitHub Actions extension workflows list, pin workflows from both projects.
No workflows will appear in the status bar.
Open Workspace Settings (JSON), and for a workflow from the first project folder listed, remove the project name. IE, the path should be .github/workflows/WORKFLOW-NAME.yml.
The workflow will appear in the status bar.
Expected behavior
Pinned workflows in a multi-project workspace should appear when they're qualified with the project name. The path .github/workflows/* in a multi-project workspace probably shouldn't resolve to anything and therefore should do nothing.
Extension Version v0.27.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Clicking the pin & unpin buttons on workflows in a multi-project workspace add
PROJECT-FOLDER-NAME/.github/workflows/WORKFLOW-NAME.yml
to"github-actions.workflows.pinned.workflows"
, but in actuality, the only workflows that can actually show in the status bar are workflows for the first project in the workspace, and only when not qualified with thePROJECT-FOLDER-NAME
To Reproduce
Steps to reproduce the behavior:
.github/workflows
. Do it again for another GitHub project with workflows..github/workflows/WORKFLOW-NAME.yml
.Expected behavior
Pinned workflows in a multi-project workspace should appear when they're qualified with the project name. The path
.github/workflows/*
in a multi-project workspace probably shouldn't resolve to anything and therefore should do nothing.Extension Version
v0.27.0
The text was updated successfully, but these errors were encountered: