-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
Right now if something went wrong, we list all failures that occurred without linking it to the specific target branch to which it is associated with. This could be annoying when there are many issues or long errors.
Describe the solution you'd like
As final step, returns a <target-branch, result> report such that it clearly states which backport failed and which did not.
For instance, something in tabular format:
Target Branch | Result | Error |
---|---|---|
develop | OK | - |
prod | KO | error: .... |
Describe alternatives you've considered
n/a
Additional context
This could also be added in the failure comment added in the original pull request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers