We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CLA didn't pass for #10264 (comment).
It's not correct to assume google.com account and GitHub user name match in https://github.com/googleapis/google-cloud-java/blob/9785f8cfd43db0a8968f086a1461242da9d16cb5/.github/workflows/generate_new_client.yaml#L114C1-L119C1
- name: Push to branch and create PR run: | set -x [ -z "`git config user.email`" ] && git config --global user.email "${USERNAME:-script}@google.com" [ -z "`git config user.name`" ] && git config --global user.name "${USERNAME:-script}"
The text was updated successfully, but these errors were encountered:
diegomarquezp
Successfully merging a pull request may close this issue.
CLA didn't pass for #10264 (comment).
It's not correct to assume google.com account and GitHub user name match in https://github.com/googleapis/google-cloud-java/blob/9785f8cfd43db0a8968f086a1461242da9d16cb5/.github/workflows/generate_new_client.yaml#L114C1-L119C1
The text was updated successfully, but these errors were encountered: