Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

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

Đang mở
#420 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức phù hợp với người mới
45/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
typescript, vscode
Lĩnh vực
devtools

Hướng nghiên cứu

Tái hiện sự cố trong một Code Workspace đa dự án bằng cách sử dụng phần mở rộng GitHub Actions, sau đó theo dõi cách các đường dẫn workflow được ghim được lưu trữ và phân giải cho thanh trạng thái. Hoàn tất khi các workflow đủ điều kiện từ từng dự án xuất hiện, trong khi một đường dẫn không đủ điều kiện .github/workflows/* không thực hiện gì trong một workspace đa dự án.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

bug

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

Ngôn ngữ chính
TypeScript
Star
661
Fork
214
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của github/vscode-github-actions

Tất cả issue của github/vscode-github-actions

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.