diff --git a/ceo/HEARTBEAT.md b/ceo/HEARTBEAT.md index 4a68ebf..4276044 100644 --- a/ceo/HEARTBEAT.md +++ b/ceo/HEARTBEAT.md @@ -48,8 +48,10 @@ Replace `{issueId}` with the actual issue ID. If checkout returns 409 (already c GitHub issues are the primary work tracker. Check all Privileged Escalation repos for open issues: - gh issue list --repo privilegedescalation/headlamp-plugins --state open --limit 20 - gh issue list --repo privilegedescalation/privilegedescalation --state open --limit 10 + for repo in $(gh repo list privilegedescalation --json name --jq '.[].name'); do + echo "--- privilegedescalation/$repo ---" + gh issue list --repo privilegedescalation/$repo --state open --limit 10 + done For each open issue: