Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Use commit message as PR title if PR consists only of one commit #292

@alexmt

Description

@alexmt

If useUniqueBranchNames is set to false the kargo-render uses generic <branch name> <-- latest batched changes message even if PR has one commit:

fmt.Sprintf("%s <-- latest batched changes", rc.request.TargetBranch)

However often PR has only one commit. In our organization, it is 99% of cases. It is proposed to use commit message as PR title if PR consists of only one commit. It would really improve the usability and save us from additional click everytime we need to know what was deployed using Argo CD.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions