Skip to content

bug: gh aw status: off by 3 (there are some internal workflows) #11208

@bmerkle

Description

@bmerkle

I noticed a bug with gh aw status.
The number of listed workflows does not match with the numerical number displayed.

e.g. see in the example below, there are 3 workflow listed

  • daily-team-status,
  • python-format-typecheck,
  • test-copilot-minimal

but the message above says: "Fetched 6 workflows".

There are 3 internal workflows e.g.

  • Agentics Maintenance
  • Copilot Setup Steps
  • Copilot code review

@copilot please fix this and display the right number, or even better display "Fetched 3 public and 3 internal workflows" (in this case) instead of "Fetched 6 workflows"

merklbe1@H69LST3:~/githubnext/gh-aw-python-project (main =)$ gh aw status
✓ Fetched 6 workflows
┌───────────────────────┬───────┬────────┬──────┬──────────────┬──────┬──────────┬──────────────┐
│Workflow               │Engine │Compiled│Status│Time Remaining│Labels│Run Status│Run Conclusion│
├───────────────────────┼───────┼────────┼──────┼──────────────┼──────┼──────────┼──────────────┤
│daily-team-status      │copilot│Yes     │active│19d 17h       │-     │-         │-             │
│python-format-typecheck│copilot│Yes     │active│N/A           │-     │-         │-             │
│test-copilot-minimal   │copilot│Yes     │active│N/A           │-     │-         │-             │
└───────────────────────┴───────┴────────┴──────┴──────────────┴──────┴──────────┴──────────────┘
merklbe1@H69LST3:~/githubnext/gh-aw-python-project (main =)$ gh workflow list
NAME                          STATE   ID
Agentics Maintenance          active  222438688
Copilot Setup Steps           active  222430216
Daily Team Status             active  222403267
Python Format and Type Check  active  222565460
Minimal Copilot Test          active  222455430
Copilot code review           active  222402093

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions