From e3e988d8cab2d3cabe1f8302ba181d2bb24c09eb Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 10 Apr 2024 14:09:16 +0000 Subject: [PATCH] chore(python): support multiple codeowners in blunderbuss Source-Link: https://github.com/googleapis/synthtool/commit/7d3cf14e9517def8132cc7c086d8ec816677e08b Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:704d34f7c25e15fcb12ac19af08eb7cf01eabc16fb4781590223e01dd252985e --- .github/.OwlBot.lock.yaml | 4 ++-- .github/auto-label.yaml | 5 +++++ .github/blunderbuss.yml | 17 +++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 .github/blunderbuss.yml diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 4bdeef3..41b3ad0 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.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:704d34f7c25e15fcb12ac19af08eb7cf01eabc16fb4781590223e01dd252985e +# created: 2024-04-10T14:06:25.758997352Z diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml index b2016d1..8b37ee8 100644 --- a/.github/auto-label.yaml +++ b/.github/auto-label.yaml @@ -13,3 +13,8 @@ # limitations under the License. requestsize: enabled: true + +path: + pullrequest: true + paths: + samples: "samples" diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml new file mode 100644 index 0000000..c705f26 --- /dev/null +++ b/.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/googleapis-auth + +assign_issues_by: + - labels: + - "samples" + to: + - googleapis/python-samples-reviewers + - googleapis/googleapis-auth + +assign_prs: + - googleapis/googleapis-auth