sofisl
sofisl
We need to allow either string or number representation for [GaxiosError code](https://github.com/googleapis/gaxios/blob/18a48fc298c8d0e707b7f6e5cd892cb7c239f1db/src/common.ts#L21). See this PR describing the problem: https://github.com/googleapis/google-auth-library-nodejs/pull/1165 This is the original bug: https://github.com/googleapis/google-auth-library-nodejs/issues/1092 This will be a breaking...
change to `github.event.pull_request.head.sha` instead of `ref`
See: https://github.com/googleapis/synthtool/pull/1527
We should move [this library,](https://github.com/googleapis/synthtool/tree/master/docker/owlbot/nodejs_mono_repo) and all its logic, to [here](https://github.com/googleapis/google-cloud-node/tree/main/containers). We should rewrite it in Typescript, and make sure its testable. As part of this work, we should also...
Related to #1084 and #983 How, and in what order of operations, are we authenticating in this library? We have a document describing how environment variables, constructors, etc., operate together,...