Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pinned workflows for folders other than the first in a Code Workspace don't appear in the status bar #420

Open
ChiriVulpes opened this issue Nov 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ChiriVulpes
Copy link

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:

  1. 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.
  2. In the GitHub Actions extension workflows list, pin workflows from both projects.
  3. No workflows will appear in the status bar.
  4. 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.
  5. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog 🗒
Development

No branches or pull requests

1 participant