feat(actions): org-level runner info - madt_actions only reaches repo runners #122
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea#122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Checking "which runner picks up this repo's jobs" for an ORG-registered runner (sixfold_space, 2026-07-15) required falling back to the raw API passthrough:
because
madt_actions action=runners(and runners_get/runners_delete/runners_token) is repo-scoped only. Runner administration commonly happens at the org level - repo-scoped listing shows nothing there, which reads as "no runner" when one exists.Ask
org=param on the existing actions, or accept a bare org inowner_repo=for these actions - pick whichever fits the existing scoping conventions.Acceptance