Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 1b47c3a

Browse files
build(node): update client library version in samples metadata (#1356) (#258)
* build(node): add feat in node post-processor to add client library version number in snippet metadata Co-authored-by: Benjamin E. Coe <bencoe@google.com> Source-Link: googleapis/synthtool@d337b88 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d106724ad2a96daa1b8d88de101ba50bdb30b8df62ffa0aa2b451d93b4556641
1 parent 361e7d9 commit 1b47c3a

10 files changed

+8473
-8456
lines changed

.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:f74e740638e66be7ced1540626217dbb72980eb73885b2339a70592f38c9ff2c
17-
# created: 2022-04-06T18:36:33.987617127Z
16+
digest: sha256:d106724ad2a96daa1b8d88de101ba50bdb30b8df62ffa0aa2b451d93b4556641
17+
# created: 2022-04-20T16:59:29.058398639Z

.github/sync-repo-settings.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
branchProtectionRules:
2+
- pattern: main
3+
isAdminEnforced: true
4+
requiredApprovingReviewCount: 1
5+
requiresCodeOwnerReviews: true
6+
requiresStrictStatusChecks: false
7+
requiredStatusCheckContexts:
8+
- "ci/kokoro: Samples test"
9+
- "ci/kokoro: System test"
10+
- docs
11+
- lint
12+
- test (10)
13+
- test (12)
14+
- test (14)
15+
- cla/google
16+
- windows
17+
- OwlBot Post Processor

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [10, 12, 14, 16]
12+
node: [10, 12, 14]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3

.kokoro/common.cfg

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/release/docs.cfg

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/samples-test.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/system-test.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/test.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)