You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2025. It is now read-only.
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.
If
useUniqueBranchNamesis set tofalsethekargo-renderuses generic<branch name> <-- latest batched changesmessage even if PR has one commit:kargo-render/prs.go
Line 21 in 261e1bc
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.