Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexmt opened this issue Jun 20, 2024 · 0 comments
Open

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

alexmt opened this issue Jun 20, 2024 · 0 comments

Comments

@alexmt
Copy link
Contributor

alexmt commented Jun 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant