From c19eb058fdd559f235502007515bec37604d702b Mon Sep 17 00:00:00 2001 From: Jennifer Davis Date: Wed, 3 Jun 2026 11:43:11 -0700 Subject: [PATCH 1/3] fix: remove kokoro as required for running --- .github/sync-repo-settings.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 1403afe718c..f9a60bd7221 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -42,20 +42,12 @@ branchProtectionRules: requiresStrictStatusChecks: false # List of required status check contexts that must pass for commits to be accepted to matching branches. requiredStatusCheckContexts: - - "Kokoro CI - Lint" - - "Kokoro CI - Python 3.9" - - "Kokoro CI - Python 3.13" + - "Lint" + # - "Kokoro CI - Python 3.9" + # - "Kokoro CI - Python 3.13" - "cla/google" - "snippet-bot check" # List of explicit permissions to add (additive only) permissionRules: - # Team slug to add to repository permissions - - team: yoshi-admins - # Access level required, one of push|pull|admin - permission: admin - - team: yoshi-python-admins - permission: admin - - team: yoshi-python - permission: push - team: python-samples-owners permission: admin From 2806cb89d17bc8bb47bdaeb3833129197428e215 Mon Sep 17 00:00:00 2001 From: Jennifer Davis Date: Wed, 3 Jun 2026 11:50:34 -0700 Subject: [PATCH 2/3] fix: going ahead and removing --- .github/sync-repo-settings.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index f9a60bd7221..d0c8b2ec75a 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -43,8 +43,6 @@ branchProtectionRules: # List of required status check contexts that must pass for commits to be accepted to matching branches. requiredStatusCheckContexts: - "Lint" - # - "Kokoro CI - Python 3.9" - # - "Kokoro CI - Python 3.13" - "cla/google" - "snippet-bot check" # List of explicit permissions to add (additive only) From deec31ed074728ea377fb4b034dc5cf2cee0f44a Mon Sep 17 00:00:00 2001 From: Jennifer Davis Date: Wed, 3 Jun 2026 11:59:48 -0700 Subject: [PATCH 3/3] fix: Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 35d67129a15..8b2e88470eb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,15 +2,17 @@ Fixes # -Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google. - ## Checklist -- [ ] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md) -- [ ] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#readme-file) -- [ ] **Tests** pass: `nox -s py-3.9` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#test-environment-setup)) -- [ ] **Lint** pass: `nox -s lint` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#test-environment-setup)) -- [ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones) -- [ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones) -- [ ] This sample adds a new sample directory, and I updated the [CODEOWNERS file](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/.github/CODEOWNERS) with the codeowners for this sample -- [ ] This sample adds a new **Product API**, and I updated the [Blunderbuss issue/PR auto-assigner](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/.github/blunderbuss.yml) with the codeowners for this sample -- [ ] Please **merge** this PR for me once it is approved \ No newline at end of file + +### Testing +- [ ] **I have tested this change on a live environment and verified it works as intended.** + +### Compliance & Style +- [ ] I have followed the [Sample Guidelines](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md). +- [ ] The README is updated with [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#readme-file) (if applicable). +- [ ] **If this PR adds a new sample directory:** I updated the [CODEOWNERS file](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/.github/CODEOWNERS). + +--- + +## Post-Approval Actions +- [ ] Please **merge** this PR for me once it is approved