Skip to content

Commit 9a0bca1

Browse files
chore: use public post processor image (#333)
* chore: use public post processor image * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 9231b1e commit 9a0bca1

File tree

4 files changed

+6
-51
lines changed

4 files changed

+6
-51
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
2-
image: gcr.io/repo-automation-bots/owlbot-python:latest
3-
digest: sha256:1456ea2b3b523ccff5e13030acef56d1de28f21249c62aa0f196265880338fa7
2+
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3+
digest: sha256:a3a85c2e0b3293068e47b1635b178f7e3d3845f2cfb8722de6713d4bbafdcd1d

packages/sqlalchemy-bigquery/.github/.OwlBot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
docker:
16-
image: gcr.io/repo-automation-bots/owlbot-python:latest
16+
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
1717

1818
begin-after-commit-hash: be22498ce258bf2d5fe12fd696d3ad9a2b6c430e
1919

packages/sqlalchemy-bigquery/CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ Coding Style
113113
export GOOGLE_CLOUD_TESTING_BRANCH="main"
114114

115115
By doing this, you are specifying the location of the most up-to-date
116-
version of ``python-bigquery-sqlalchemy``. The the suggested remote name ``upstream``
117-
should point to the official ``googleapis`` checkout and the
118-
the branch should be the main branch on that remote (``main``).
116+
version of ``python-bigquery-sqlalchemy``. The
117+
remote name ``upstream`` should point to the official ``googleapis``
118+
checkout and the branch should be the default branch on that remote (``main``).
119119

120120
- This repository contains configuration for the
121121
`pre-commit <https://pre-commit.com/>`__ tool, which automates checking

packages/sqlalchemy-bigquery/owlbot.py

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -194,51 +194,6 @@ def compliance(session):
194194

195195
python.py_samples(skip_readmes=True)
196196

197-
# ----------------------------------------------------------------------------
198-
# Remove the replacements below once https://github.com/googleapis/synthtool/pull/1188 is merged
199-
200-
# Update googleapis/repo-automation-bots repo to main in .kokoro/*.sh files
201-
s.replace(".kokoro/*.sh", "repo-automation-bots/tree/master", "repo-automation-bots/tree/main")
202-
203-
# Customize CONTRIBUTING.rst to replace master with main
204-
s.replace(
205-
"CONTRIBUTING.rst",
206-
"fetch and merge changes from upstream into master",
207-
"fetch and merge changes from upstream into main",
208-
)
209-
210-
s.replace(
211-
"CONTRIBUTING.rst",
212-
"git merge upstream/master",
213-
"git merge upstream/main",
214-
)
215-
216-
s.replace(
217-
"CONTRIBUTING.rst",
218-
"""export GOOGLE_CLOUD_TESTING_BRANCH=\"master\"""",
219-
"""export GOOGLE_CLOUD_TESTING_BRANCH=\"main\"""",
220-
)
221-
222-
s.replace(
223-
"CONTRIBUTING.rst",
224-
"remote \(``master``\)",
225-
"remote (``main``)",
226-
)
227-
228-
s.replace(
229-
"CONTRIBUTING.rst",
230-
"blob/master/CONTRIBUTING.rst",
231-
"blob/main/CONTRIBUTING.rst",
232-
)
233-
234-
s.replace(
235-
"CONTRIBUTING.rst",
236-
"blob/master/noxfile.py",
237-
"blob/main/noxfile.py",
238-
)
239-
240-
s.replace("docs/conf.py", "master", "root")
241-
242197
# ----------------------------------------------------------------------------
243198
# Final cleanup
244199
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)