Skip to content

Add workflow ID to commit message #82

@yeraydavidrodriguez

Description

@yeraydavidrodriguez

Currently, commit messages includes the queue name and a job reference (hash):

📝👔: my-queue: job.ref.ddda55e3c04b05a1975034ab468939f75a5861fb

However, when something unexpected occurs, it could be pretty difficult to debug with that information, as is not easy to know which workflow has created this commit.

A solution for this could be adding the workflow run ID to the commit message. Something like:

📝👔: my-queue: job.ref.ddda55e3c04b05a1975034ab468939f75a5861fb wf.run.512

In the previous example, we could go to the github actions view of the workflow that performs the job and look for the execution with ID 512, and inspect all the messages and logs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions