-
-
Notifications
You must be signed in to change notification settings - Fork 25
Add author_{name,email} and committer_{name,email} Inputs #279
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
Conversation
|
kormide
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good, just a few nits for the descriptions.
|
Also, could you follow the pattern of putting the inputs into env vars as was done here? I think it's to satisfy some security tooling. |
|
CI is read in this PR because the PR comes from a fork. #280 pushed the same changes to a branch in this repo and CI is happy |
kormide
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I have some manual tests that I run for the workflow because it doesn't have integration testing yet. I'll run those today then merge.
|
I took the liberty to remove |
|
Pushed v0.2.2 |


We recently needed to change the
AUTHOR_NAMEandAUTHOR_EMAILwith which an internal bot triggers a PR to our BCR fork and therefore the commit that eventually lands to https://github.com/bazelbuild/bazel-central-registryIt probably makes sense to make these two inputs instead of hardcoded.