10000 chore: migrate to main branch (#706) · googleapis/python-spanner-django@9d9d360 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d9d360

Browse files
dandhleegcf-owl-bot[bot]parthea
authored
chore: migrate to main branch (#706)
* chore: migrate to main branch * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * use latest post processor image * remove obsolete replacements in owlbot.py * update post processor image Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 4643876 commit 9d9d360

14 files changed

+18
-18
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# https://developers.google.com/open-source/licenses/bsd
66

77
docker:
8-
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
9-
digest: sha256:82d046d572a11b84d64d4b9af93ad55a1b6a4854917504ba7557acdfce907dde
8+
image: gcr.io/repo-automation-bots/owlbot-python:latest
9+
digest: sha256:0ffe3bdd6c7159692df5f7744da74e5ef19966288a6bf76023e8e04e0c424d7d

.github/workflows/django_tests_against_emulator0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: django-tests0
77
jobs:

.github/workflows/django_tests_against_emulator1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: django-tests1
77
jobs:

.github/workflows/django_tests_against_emulator2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: django-tests2
77
jobs:

.github/workflows/django_tests_against_emulator3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: django-tests3
77
jobs:

.github/workflows/django_tests_against_emulator4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: django-tests4
77
jobs:

.github/workflows/django_tests_against_emulator5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: django-tests5
77
jobs:

.github/workflows/django_tests_against_emulator6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: django-tests6
77
jobs:

.github/workflows/django_tests_against_emulator7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: django-tests7
77
jobs:

.github/workflows/django_tests_against_emulator8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: django-tests8
77
jobs:

.github/workflows/django_tests_against_emulator9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: django-tests9
77
jobs:

.github/workflows/integration-tests-against-emulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: Run Django Spanner integration tests against emulator
77
jobs:

.kokoro/test-samples-impl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ for file in samples/**/requirements.txt; do
7272
EXIT=$?
7373

7474
# If this is a periodic build, send the test log to the FlakyBot.
75-
# See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot.
75+
# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
7676
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"periodic"* ]]; then
7777
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
7878
$KOKORO_GFILE_DIR/linux_amd64/flakybot

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,13 @@ How it works
220220
Overall design
221221
~~~~~~~~~~~~~~
222222

223-
.. figure:: https://raw.githubusercontent.com/googleapis/python-spanner-django/master/assets/overview.png
223+
.. figure:: https://raw.githubusercontent.com/googleapis/python-spanner-django/main/assets/overview.png
224224
:alt: "Overall Design"
225225

226226
Internals
227227
~~~~~~~~~
228228

229-
.. figure:: https://raw.githubusercontent.com/googleapis/python-spanner-django/master/assets/internals.png
229+
.. figure:: https://raw.githubusercontent.com/googleapis/python-spanner-django/main/assets/internals.png
230230
:alt: "Internals"
231231

232232

@@ -247,11 +247,11 @@ HOW TO CONTRIBUTE
247247

248248
Contributions to this library are always welcome and highly encouraged.
249249

250-
See `CONTRIBUTING <https://github.com/googleapis/python-spanner-django/blob/master/CONTRIBUTING.md>`_ for more information on how to get started.
250+
See `CONTRIBUTING <https://github.com/googleapis/python-spanner-django/blob/main/CONTRIBUTING.md>`_ for more information on how to get started.
251251

252252
Please note that this project is released with a Contributor Code of Conduct.
253253
By participating in this project you agree to abide by its terms. See the `Code
254-
of Conduct <https://github.com/googleapis/python-spanner-django/blob/master/CODE_OF_CONDUCT.md>`_ for more information.
254+
of Conduct <https://github.com/googleapis/python-spanner-django/blob/main/CODE_OF_CONDUCT.md>`_ for more information.
255255

256256
Current limitations
257257
-------------------

0 commit comments

Comments
 (0)
0