Skip to content

Commit 51a2d7e

Browse files
authored
chore: register pubsublite CODEOWNERS and blunderbuss config (GoogleCloudPlatform#7171)
## Description Adding CODEOWNERS and blunderbuss config for pubsublite. @anguillanneuf, I copy-pasted the pubsub config over to pubsublite, does that look alright? Please let me know if there's a GitHub team I could also assign this to. Fixes GoogleCloudPlatform#7170. ## Checklist - [x] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md) - [x] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#readme-file) - [x] **Tests** pass: `nox -s py-3.6` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup)) - [x] **Lint** pass: `nox -s lint` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup)) - [x] Please **merge** this PR for me once it is approved.
1 parent bfebbed commit 51a2d7e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
/people-and-planet-ai/**/*.py @davidcavazos @GoogleCloudPlatform/python-samples-owners
6565
/profiler/**/*.py @kalyanac @GoogleCloudPlatform/python-samples-owners
6666
/pubsub/**/*.py @anguillanneuf @hongalex @GoogleCloudPlatform/python-samples-owners
67+
/pubsublite/**/*.py @anguillanneuf @hongalex @GoogleCloudPlatform/python-samples-owners
6768
/run/**/*.py @GoogleCloudPlatform/aap-dpes @GoogleCloudPlatform/python-samples-owners
6869
/run/django/**/*.py @glasnt @GoogleCloudPlatform/aap-dpes @GoogleCloudPlatform/python-samples-owners
6970
/scheduler/**/*.py @GoogleCloudPlatform/aap-dpes @GoogleCloudPlatform/python-samples-owners

.github/blunderbuss.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ assign_issues_by:
103103
- 'api: pubsub'
104104
to:
105105
- anguillanneuf
106+
- labels:
107+
- 'api: pubsublite'
108+
to:
109+
- anguillanneuf
106110
- labels:
107111
- 'api: run'
108112
to:

0 commit comments

Comments
 (0)