-
Notifications
You must be signed in to change notification settings - Fork 159
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
make promoter info (username and email, at least) available in expressions #3081
Comments
I think the most sensible thing here might be to make promoter information available within expressions, so you can dynamically populate the existing author info fields. |
@Sebast1aan Do you have any updates on when this feature might be implemented? |
@creeram I believe @Sebast1aan was making a feature request and not necessarily volunteering to implement the feature. This is assigned to myself, but isn't currently regarded as a priority. |
@krancour I'm waiting for this feature to be implemented so I can use it in my configuration. This will allow us to get details in Slack about who performed the release and in which environment. I would appreciate it if you could start working on this. |
@creeram our priorities aren't dictated by your needs. If you need this so urgently, you can take a crack at implementing it. Would you like me to assign it to you? |
@krancour Thank you for your response. I completely understand that open-source projects have their own priorities. However, I’d like to mention that not all users are developers or have the skills to contribute code. I appreciate the work you do and just wanted to share that a little understanding in responses can go a long way. |
Checklist
kargo version
, if applicable.Proposed Feature
When currently using the
git-commit
promotion step, the commits are done with the default userkargo
(if no explicitauthor.name
is set). If a promotion is done manually, it would be useful that this becomeskargo-$logged-in-user
(such as kargo-admin, in case you log in with the admin account). In the promotion history you can already see who initiated the promotion, but in the git commit log itself there is no trace of it.Motivation
This would enable to easily see who initiated a git commit from within kargo.
The text was updated successfully, but these errors were encountered: