Skip to content

[Bug] io-triage fails on Renovate Dependency Dashboard edits (+ dead ISSUE_OPS_PAT input) #17

Description

@yakimoto

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions