Skip to content

Commit 481c8d6

Browse files
partheagcf-owl-bot[bot]daniel-sanche
authored
chore: update templated files (#986)
* chore: update templated files * update replacement in owlbot.py * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * upgrade place_before owlbot functionality * Revert "upgrade place_before owlbot functionality" This reverts commit e29fdec. * fixed replacement for docfx patch * fix missing close quote * fixed quote style * added line breaks * remove escape * Add 'OwlBot Post Processor' as a required check * remove noxfile from owlbot control * removed experimental_v3 branch customized protection settings * added test tag requirement --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Daniel Sanche <d.sanche14@gmail.com>
1 parent a2ed2ab commit 481c8d6

24 files changed

+339
-441
lines changed

β€Ž.flake8β€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2023 Google LLC
3+
# Copyright 2024 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

β€Ž.github/.OwlBot.lock.yamlβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:5a4c19d17e597b92d786e569be101e636c9c2817731f80a5adec56b2aa8fe070
17-
# created: 2024-04-12T11:35:58.922854369Z
16+
digest: sha256:5651442a6336971a2fb2df40fb56b3337df67cafa14c0809cc89cb34ccee1b8e

β€Ž.github/auto-label.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

β€Ž.github/sync-repo-settings.yamlβ€Ž

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,8 @@ branchProtectionRules:
3131
- 'Kokoro'
3232
- 'Kokoro system-3.8'
3333
- 'cla/google'
34-
- pattern: experimental_v3
35-
# Can admins overwrite branch protection.
36-
# Defaults to `true`
37-
isAdminEnforced: false
38-
# Number of approving reviews required to update matching branches.
39-
# Defaults to `1`
40-
requiredApprovingReviewCount: 1
41-
# Are reviews from code owners required to update matching branches.
42-
# Defaults to `false`
43-
requiresCodeOwnerReviews: false
44-
# Require up to date branches
45-
requiresStrictStatusChecks: false
46-
# List of required status check contexts that must pass for commits to be accepted to matching branches.
47-
requiredStatusCheckContexts:
48-
- 'Kokoro'
49-
- 'Kokoro system-3.8'
50-
- 'cla/google'
51-
- 'Conformance / Async v3 Client / Python 3.8'
34+
- 'Conformance / Async v3 Client / Python 3.8 / Test Tag v0.0.2'
35+
- 'OwlBot Post Processor'
5236
# List of explicit permissions to add (additive only)
5337
permissionRules:
5438
# Team slug to add to repository permissions

β€Ž.kokoro/build.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2023 Google LLC
2+
# Copyright 2024 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

β€Ž.kokoro/docker/docs/Dockerfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

β€Ž.kokoro/populate-secrets.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2023 Google LLC.
2+
# Copyright 2024 Google LLC.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

β€Ž.kokoro/publish-docs.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2023 Google LLC
2+
# Copyright 2024 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

β€Ž.kokoro/release.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2023 Google LLC
2+
# Copyright 2024 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

β€Ž.kokoro/requirements.txtβ€Ž

Lines changed: 266 additions & 243 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)