From 4de6c6c36257049f7e65af85cb082f150af6b288 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 19:12:37 -0400 Subject: [PATCH] docs: fix docs session (#88) Source-Link: https://github.com/googleapis/synthtool/commit/223f39e29577145d4238a522633c2f3e5e6dc8dc Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8244c1253becbaa533f48724a6348e4b92a10df4b4dfb66d87e615e633059bdf Co-authored-by: Owl Bot --- .../.github/.OwlBot.lock.yaml | 4 ++-- .../grpc-google-iam-v1/.github/auto-label.yaml | 5 +++++ .../grpc-google-iam-v1/.github/blunderbuss.yml | 17 +++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 packages/grpc-google-iam-v1/.github/blunderbuss.yml diff --git a/packages/grpc-google-iam-v1/.github/.OwlBot.lock.yaml b/packages/grpc-google-iam-v1/.github/.OwlBot.lock.yaml index 4bdeef3904e2..ee2c6d1f3b94 100644 --- a/packages/grpc-google-iam-v1/.github/.OwlBot.lock.yaml +++ b/packages/grpc-google-iam-v1/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:a8a80fc6456e433df53fc2a0d72ca0345db0ddefb409f1b75b118dfd1babd952 -# created: 2024-03-15T16:25:47.905264637Z + digest: sha256:8244c1253becbaa533f48724a6348e4b92a10df4b4dfb66d87e615e633059bdf +# created: 2024-04-07T11:43:40.730565127Z diff --git a/packages/grpc-google-iam-v1/.github/auto-label.yaml b/packages/grpc-google-iam-v1/.github/auto-label.yaml index b2016d119b40..8b37ee89711f 100644 --- a/packages/grpc-google-iam-v1/.github/auto-label.yaml +++ b/packages/grpc-google-iam-v1/.github/auto-label.yaml @@ -13,3 +13,8 @@ # limitations under the License. requestsize: enabled: true + +path: + pullrequest: true + paths: + samples: "samples" diff --git a/packages/grpc-google-iam-v1/.github/blunderbuss.yml b/packages/grpc-google-iam-v1/.github/blunderbuss.yml new file mode 100644 index 000000000000..990b311467ab --- /dev/null +++ b/packages/grpc-google-iam-v1/.github/blunderbuss.yml @@ -0,0 +1,17 @@ +# Blunderbuss config +# +# This file controls who is assigned for pull requests and issues. +# Note: This file is autogenerated. To make changes to the assignee +# team, please update `codeowner_team` in `.repo-metadata.json`. + +assign_issues: + - googleapis/python-core-client-libraries + +assign_issues_by: + - labels: + - "samples" + to: + - googleapis/python-samples-reviewers + +assign_prs: + - googleapis/python-core-client-libraries