-
Notifications
You must be signed in to change notification settings - Fork 3
Add workflow ID to commit message #82
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request