Skip to content

bonedigger lifecycle does not handle pull_request events #981

Description

@castrojo

The reusable workflow projectbluefin/bonedigger/.github/workflows/lifecycle.yml only defines jobs guarded by github.event_name == 'issues' and github.event_name == 'issue_comment'. It has no pull_request handling.

.github/workflows/bonedigger.yml in this repo still lists pull_request: types: [opened] in its on: block, so every non-main PR dispatches the reusable workflow and every job is skipped. That is harmless but wasteful, and the adjacent TODO comment referenced a placeholder issue (#TBD) instead of a real tracker.

Action: either drop the pull_request trigger from the caller, or keep it and add PR lifecycle jobs upstream in bonedigger. This issue tracks that decision so the TODO comment has a real reference.

Metadata

Metadata

Assignees

No one assigned

    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