issue-ops-triage.yml (wave-av/.github) has failed on its last several runs (0s duration, job "Dependency Dashboard"). Renovate's Dependency Dashboard issue edits fire the on: issues [edited] trigger and the reusable io-triage.yml errors immediately.
Also: the workflow is wired to consume secret ISSUE_OPS_PAT, which is absent at org and repo level (only the App secrets BOT_ISSUE_OPS_* exist; IO_USE_APP=true).
Fix options: (1) skip bot-authored issues (if: github.event.issue.user.type != 'Bot' / exclude renovate[bot]); (2) drop the dead ISSUE_OPS_PAT input since the App path is the live one. Orthogonal to the new ticket-hygiene workflow.
issue-ops-triage.yml(wave-av/.github) has failed on its last several runs (0s duration, job "Dependency Dashboard"). Renovate's Dependency Dashboard issue edits fire theon: issues [edited]trigger and the reusableio-triage.ymlerrors immediately.Also: the workflow is wired to consume secret
ISSUE_OPS_PAT, which is absent at org and repo level (only the App secretsBOT_ISSUE_OPS_*exist;IO_USE_APP=true).Fix options: (1) skip bot-authored issues (
if: github.event.issue.user.type != 'Bot'/ excluderenovate[bot]); (2) drop the deadISSUE_OPS_PATinput since the App path is the live one. Orthogonal to the newticket-hygieneworkflow.